#FDAFCF

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

Shades of Lavender Pink #FDAFCF

Tints of Lavender Pink #FDAFCF

Color information

#FDAFCF (or 0xFDAFCF) is unknown color: approx Lavender Pink. HEX triplet: FD, AF and CF. RGB value is (253,175,207). Sum of RGB (Red+Green+Blue) = 253+175+207=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFCF is #025030. Grayscale: #C9C9C9. Windows color (decimal): -151601 or 13611005. OLE color: 13611005.

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

Color convert

RGB253175207-
CMYK00.310.180.01
HSL335.38º95.12%83.92%-
HSV(B)335.38º30.83%99.22%-
XYZ67.156.0566.31-
YUV201.97130.84164.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.84%
GREEN value IS 175 (68.75% from 255) = 27.56%
BLUE value IS 207 (81.25% from 255) = 32.60%
R=39.84%
G=27.56%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317520700.310.180.01335.3895.1283.92
HexFDAFCF01F12114f5f54
Octal375257317037221517137124
Binary11111101101011111100111101111110010110100111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFCF; }

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

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

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

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

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

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

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

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