#FDAFC0

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

Shades of Light Pink #FDAFC0

Tints of Light Pink #FDAFC0

Color information

#FDAFC0 (or 0xFDAFC0) is unknown color: approx Light Pink. HEX triplet: FD, AF and C0. RGB value is (253,175,192). Sum of RGB (Red+Green+Blue) = 253+175+192=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 192 (75.39% from 255 or 30.97% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFC0 is #02503F. Grayscale: #C8C8C8. Windows color (decimal): -151616 or 12627965. OLE color: 12627965.

HSL color Cylindrical-coordinate representation of color #FDAFC0: hue angle of 346.92º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDAFC0 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB253175192-
CMYK00.310.240.01
HSL346.92º95.12%83.92%-
HSV(B)346.92º30.83%99.22%-
XYZ65.3555.3557.11-
YUV200.26123.34165.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.81%
GREEN value IS 175 (68.75% from 255) = 28.23%
BLUE value IS 192 (75.39% from 255) = 30.97%
R=40.81%
G=28.23%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317519200.310.240.01346.9295.1283.92
HexFDAFC001F18115b5f54
Octal375257300037301533137124
Binary11111101101011111100000001111111000110101101110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFC0; }

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

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

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

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

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

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

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

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