#FDA2B6

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

Shades of Illusion #FDA2B6

Tints of Illusion #FDA2B6

Color information

#FDA2B6 (or 0xFDA2B6) is unknown color: approx Illusion. HEX triplet: FD, A2 and B6. RGB value is (253,162,182). Sum of RGB (Red+Green+Blue) = 253+162+182=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 162 (63.67% from 255 or 27.14% from 597); Blue value is 182 (71.48% from 255 or 30.49% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA2B6 is #025D49. Grayscale: #BFBFBF. Windows color (decimal): -154954 or 11969277. OLE color: 11969277.

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

Color convert

RGB253162182-
CMYK00.360.280.01
HSL346.81º95.79%81.37%-
HSV(B)346.81º35.97%99.22%-
XYZ61.8750.150.67-
YUV191.49122.65171.87-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.38%
GREEN value IS 162 (63.67% from 255) = 27.14%
BLUE value IS 182 (71.48% from 255) = 30.49%
R=42.38%
G=27.14%
B=30.49%

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
Decimal25316218200.360.280.01346.8195.7981.37
HexFDA2B60241C115b6051
Octal375242266044341533140121
Binary111111011010001010110110010010011100110101101111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA2B6; }

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

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

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

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

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

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

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

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