#FD8FB7

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

Shades of Illusion #FD8FB7

Tints of Illusion #FD8FB7

Color information

#FD8FB7 (or 0xFD8FB7) is unknown color: approx Illusion. HEX triplet: FD, 8F and B7. RGB value is (253,143,183). Sum of RGB (Red+Green+Blue) = 253+143+183=579 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.70% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 183 (71.88% from 255 or 31.61% from 579); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8FB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8FB7 is #027048. Grayscale: #B4B4B4. Windows color (decimal): -159817 or 12029949. OLE color: 12029949.

HSL color Cylindrical-coordinate representation of color #FD8FB7: hue angle of 338.18º 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 #FD8FB7 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB253143183-
CMYK00.430.280.01
HSL338.18º96.49%77.65%-
HSV(B)338.18º43.48%99.22%-
XYZ58.8843.9550.18-
YUV180.45129.44179.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.70%
GREEN value IS 143 (56.25% from 255) = 24.70%
BLUE value IS 183 (71.88% from 255) = 31.61%
R=43.70%
G=24.70%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314318300.430.280.01338.1896.4977.65
HexFD8FB702B1C1152604e
Octal375217267053341522140116
Binary111111011000111110110111010101111100110101001011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8FB7; }

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

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

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

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

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

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

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

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