#FDACCF

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

Shades of Lavender Pink #FDACCF

Tints of Lavender Pink #FDACCF

Color information

#FDACCF (or 0xFDACCF) is unknown color: approx Lavender Pink. HEX triplet: FD, AC and CF. RGB value is (253,172,207). Sum of RGB (Red+Green+Blue) = 253+172+207=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACCF is #025330. Grayscale: #C8C8C8. Windows color (decimal): -152369 or 13610237. OLE color: 13610237.

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

Color convert

RGB253172207-
CMYK00.320.180.01
HSL334.07º95.29%83.33%-
HSV(B)334.07º32.02%99.22%-
XYZ66.5254.8966.12-
YUV200.21131.84165.65-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.03%
GREEN value IS 172 (67.58% from 255) = 27.22%
BLUE value IS 207 (81.25% from 255) = 32.75%
R=40.03%
G=27.22%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317220700.320.180.01334.0795.2983.33
HexFDACCF02012114e5f53
Octal375254317040221516137123
Binary111111011010110011001111010000010010110100111010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDACCF; }

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

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

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

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

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

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

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

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