#FD8FB8

Color #FD8FB8 Illusion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Illusion #FD8FB8

Tints of Illusion #FD8FB8

Color information

#FD8FB8 (or 0xFD8FB8) is unknown color: approx Illusion. HEX triplet: FD, 8F and B8. RGB value is (253,143,184). Sum of RGB (Red+Green+Blue) = 253+143+184=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 143 (56.25% from 255 or 24.66% from 580); Blue value is 184 (72.27% from 255 or 31.72% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8FB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8FB8 is #027047. Grayscale: #B4B4B4. Windows color (decimal): -159816 or 12095485. OLE color: 12095485.

HSL color Cylindrical-coordinate representation of color #FD8FB8: hue angle of 337.64º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FD8FB8 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB253143184-
CMYK00.430.270.01
HSL337.64º96.49%77.65%-
HSV(B)337.64º43.48%99.22%-
XYZ58.9843.9950.73-
YUV180.56129.94179.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 43.62%
GREEN value IS 143 (56.25% from 255) = 24.66%
BLUE value IS 184 (72.27% from 255) = 31.72%
R=43.62%
G=24.66%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314318400.430.270.01337.6496.4977.65
HexFD8FB802B1B1152604e
Octal375217270053331522140116
Binary111111011000111110111000010101111011110101001011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8FB8; }

 p { color: rgb(253,143,184); }

 H1.HeaderClassName
 {
   color: #FD8FB8;
 }
 .AnyTagClassName
 {
   color: #FD8FB8;
 }
</style>
background-color css

<style>
 a { background-color: #FD8FB8; }

 a { background-color: rgb(253,143,184); }

 div.DivClassName
 {
   background-color: #FD8FB8;
 }
 .BgClassName
 {
   background-color: #FD8FB8;
 }
</style>
border-color css

<style>
 span { border-color: #FD8FB8; }

 span { border-color: rgb(253,143,184); }

 td.TdClassName
 {
   border-color: #FD8FB8;
 }
 .TagClassName
 {
   border-color: #FD8FB8;
 }
</style>