#FDA1B3

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

Shades of Illusion #FDA1B3

Tints of Illusion #FDA1B3

Color information

#FDA1B3 (or 0xFDA1B3) is unknown color: approx Illusion. HEX triplet: FD, A1 and B3. RGB value is (253,161,179). Sum of RGB (Red+Green+Blue) = 253+161+179=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 161 (63.28% from 255 or 27.15% from 593); Blue value is 179 (70.31% from 255 or 30.19% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA1B3 is #025E4C. Grayscale: #BEBEBE. Windows color (decimal): -155213 or 11772413. OLE color: 11772413.

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

Color convert

RGB253161179-
CMYK00.360.290.01
HSL348.26º95.83%81.18%-
HSV(B)348.26º36.36%99.22%-
XYZ61.3949.6348.99-
YUV190.56121.48172.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.66%
GREEN value IS 161 (63.28% from 255) = 27.15%
BLUE value IS 179 (70.31% from 255) = 30.19%
R=42.66%
G=27.15%
B=30.19%

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
Decimal25316117900.360.290.01348.2695.8381.18
HexFDA1B30241D115c6051
Octal375241263044351534140121
Binary111111011010000110110011010010011101110101110011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA1B3; }

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

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

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

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

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

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

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

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