#FDAFBE

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

Shades of Light Pink #FDAFBE

Tints of Light Pink #FDAFBE

Color information

#FDAFBE (or 0xFDAFBE) is unknown color: approx Light Pink. HEX triplet: FD, AF and BE. RGB value is (253,175,190). Sum of RGB (Red+Green+Blue) = 253+175+190=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFBE is #025041. Grayscale: #C8C8C8. Windows color (decimal): -151618 or 12496893. OLE color: 12496893.

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

Color convert

RGB253175190-
CMYK00.310.250.01
HSL348.46º95.12%83.92%-
HSV(B)348.46º30.83%99.22%-
XYZ65.1355.2655.95-
YUV200.03122.34165.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.94%
GREEN value IS 175 (68.75% from 255) = 28.32%
BLUE value IS 190 (74.61% from 255) = 30.74%
R=40.94%
G=28.32%
B=30.74%

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
Decimal25317519000.310.250.01348.4695.1283.92
HexFDAFBE01F19115c5f54
Octal375257276037311534137124
Binary11111101101011111011111001111111001110101110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFBE; }

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

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

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

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

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

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

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

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