#FCADCF

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

Shades of Lavender Pink #FCADCF

Tints of Lavender Pink #FCADCF

Color information

#FCADCF (or 0xFCADCF) is unknown color: approx Lavender Pink. HEX triplet: FC, AD and CF. RGB value is (252,173,207). Sum of RGB (Red+Green+Blue) = 252+173+207=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADCF is #035230. Grayscale: #C8C8C8. Windows color (decimal): -217649 or 13610492. OLE color: 13610492.

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

Color convert

RGB252173207-
CMYK00.310.180.01
HSL334.18º92.94%83.33%-
HSV(B)334.18º31.35%98.82%-
XYZ66.3555.0966.17-
YUV200.5131.67164.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.87%
GREEN value IS 173 (67.97% from 255) = 27.37%
BLUE value IS 207 (81.25% from 255) = 32.75%
R=39.87%
G=27.37%
B=32.75%

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
Decimal25217320700.310.180.01334.1892.9483.33
HexFCADCF01F12114e5d53
Octal374255317037221516135123
Binary11111100101011011100111101111110010110100111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADCF; }

 p { color: rgb(252,173,207); }

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

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

 a { background-color: rgb(252,173,207); }

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

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

 span { border-color: rgb(252,173,207); }

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