#FDAFBF

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

Shades of Light Pink #FDAFBF

Tints of Light Pink #FDAFBF

Color information

#FDAFBF (or 0xFDAFBF) is unknown color: approx Light Pink. HEX triplet: FD, AF and BF. RGB value is (253,175,191). Sum of RGB (Red+Green+Blue) = 253+175+191=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFBF is #025040. Grayscale: #C8C8C8. Windows color (decimal): -151617 or 12562429. OLE color: 12562429.

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

Color convert

RGB253175191-
CMYK00.310.250.01
HSL347.69º95.12%83.92%-
HSV(B)347.69º30.83%99.22%-
XYZ65.2455.356.53-
YUV200.15122.84165.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.87%
GREEN value IS 175 (68.75% from 255) = 28.27%
BLUE value IS 191 (75% from 255) = 30.86%
R=40.87%
G=28.27%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317519100.310.250.01347.6995.1283.92
HexFDAFBF01F19115c5f54
Octal375257277037311534137124
Binary11111101101011111011111101111111001110101110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFBF; }

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

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

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

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

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

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

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

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