#FDA1B4

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

Shades of Illusion #FDA1B4

Tints of Illusion #FDA1B4

Color information

#FDA1B4 (or 0xFDA1B4) is unknown color: approx Illusion. HEX triplet: FD, A1 and B4. RGB value is (253,161,180). Sum of RGB (Red+Green+Blue) = 253+161+180=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 161 (63.28% from 255 or 27.10% from 594); Blue value is 180 (70.70% from 255 or 30.30% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA1B4 is #025E4B. Grayscale: #BEBEBE. Windows color (decimal): -155212 or 11837949. OLE color: 11837949.

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

Color convert

RGB253161180-
CMYK00.360.290.01
HSL347.61º95.83%81.18%-
HSV(B)347.61º36.36%99.22%-
XYZ61.4949.6749.53-
YUV190.67121.98172.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.59%
GREEN value IS 161 (63.28% from 255) = 27.10%
BLUE value IS 180 (70.70% from 255) = 30.30%
R=42.59%
G=27.10%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316118000.360.290.01347.6195.8381.18
HexFDA1B40241D115c6051
Octal375241264044351534140121
Binary111111011010000110110100010010011101110101110011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA1B4; }

 p { color: rgb(253,161,180); }

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

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

 a { background-color: rgb(253,161,180); }

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

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

 span { border-color: rgb(253,161,180); }

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