#FDA1AF

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

Shades of Illusion #FDA1AF

Tints of Illusion #FDA1AF

Color information

#FDA1AF (or 0xFDA1AF) is unknown color: approx Illusion. HEX triplet: FD, A1 and AF. RGB value is (253,161,175). Sum of RGB (Red+Green+Blue) = 253+161+175=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 161 (63.28% from 255 or 27.33% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA1AF is #025E50. Grayscale: #BEBEBE. Windows color (decimal): -155217 or 11510269. OLE color: 11510269.

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

Color convert

RGB253161175-
CMYK00.360.310.01
HSL350.87º95.83%81.18%-
HSV(B)350.87º36.36%99.22%-
XYZ60.9949.4746.89-
YUV190.1119.48172.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.95%
GREEN value IS 161 (63.28% from 255) = 27.33%
BLUE value IS 175 (68.75% from 255) = 29.71%
R=42.95%
G=27.33%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316117500.360.310.01350.8795.8381.18
HexFDA1AF0241F115f6051
Octal375241257044371537140121
Binary111111011010000110101111010010011111110101111111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA1AF; }

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

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

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

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

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

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

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

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