#FDA2B7

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

Shades of Illusion #FDA2B7

Tints of Illusion #FDA2B7

Color information

#FDA2B7 (or 0xFDA2B7) is unknown color: approx Illusion. HEX triplet: FD, A2 and B7. RGB value is (253,162,183). Sum of RGB (Red+Green+Blue) = 253+162+183=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 162 (63.67% from 255 or 27.09% from 598); Blue value is 183 (71.88% from 255 or 30.60% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA2B7 is #025D48. Grayscale: #BFBFBF. Windows color (decimal): -154953 or 12034813. OLE color: 12034813.

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

Color convert

RGB253162183-
CMYK00.360.280.01
HSL346.15º95.79%81.37%-
HSV(B)346.15º35.97%99.22%-
XYZ61.9850.1451.21-
YUV191.6123.15171.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.31%
GREEN value IS 162 (63.67% from 255) = 27.09%
BLUE value IS 183 (71.88% from 255) = 30.60%
R=42.31%
G=27.09%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316218300.360.280.01346.1595.7981.37
HexFDA2B70241C115a6051
Octal375242267044341532140121
Binary111111011010001010110111010010011100110101101011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA2B7; }

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

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

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

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

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

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

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

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