#FDA0B7

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

Shades of Illusion #FDA0B7

Tints of Illusion #FDA0B7

Color information

#FDA0B7 (or 0xFDA0B7) is unknown color: approx Illusion. HEX triplet: FD, A0 and B7. RGB value is (253,160,183). Sum of RGB (Red+Green+Blue) = 253+160+183=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 160 (62.89% from 255 or 26.85% from 596); Blue value is 183 (71.88% from 255 or 30.70% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA0B7 is #025F48. Grayscale: #BEBEBE. Windows color (decimal): -155465 or 12034301. OLE color: 12034301.

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

Color convert

RGB253160183-
CMYK00.370.280.01
HSL345.16º95.88%80.98%-
HSV(B)345.16º36.76%99.22%-
XYZ61.6349.4451.1-
YUV190.43123.81172.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.45%
GREEN value IS 160 (62.89% from 255) = 26.85%
BLUE value IS 183 (71.88% from 255) = 30.70%
R=42.45%
G=26.85%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316018300.370.280.01345.1695.8880.98
HexFDA0B70251C11596051
Octal375240267045341531140121
Binary111111011010000010110111010010111100110101100111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA0B7; }

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

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

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

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

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

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

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

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