#FDAFCE

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

Shades of Lavender Pink #FDAFCE

Tints of Lavender Pink #FDAFCE

Color information

#FDAFCE (or 0xFDAFCE) is unknown color: approx Lavender Pink. HEX triplet: FD, AF and CE. RGB value is (253,175,206). Sum of RGB (Red+Green+Blue) = 253+175+206=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 175 (68.75% from 255 or 27.60% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFCE is #025031. Grayscale: #C9C9C9. Windows color (decimal): -151602 or 13545469. OLE color: 13545469.

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

Color convert

RGB253175206-
CMYK00.310.190.01
HSL336.15º95.12%83.92%-
HSV(B)336.15º30.83%99.22%-
XYZ66.985665.67-
YUV201.86130.34164.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.91%
GREEN value IS 175 (68.75% from 255) = 27.60%
BLUE value IS 206 (80.86% from 255) = 32.49%
R=39.91%
G=27.60%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317520600.310.190.01336.1595.1283.92
HexFDAFCE01F1311505f54
Octal375257316037231520137124
Binary11111101101011111100111001111110011110101000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFCE; }

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

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

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

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

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

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

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

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