#FCADCE

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

Shades of Lavender Pink #FCADCE

Tints of Lavender Pink #FCADCE

Color information

#FCADCE (or 0xFCADCE) is unknown color: approx Lavender Pink. HEX triplet: FC, AD and CE. RGB value is (252,173,206). Sum of RGB (Red+Green+Blue) = 252+173+206=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADCE is #035231. Grayscale: #C8C8C8. Windows color (decimal): -217650 or 13544956. OLE color: 13544956.

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

Color convert

RGB252173206-
CMYK00.310.180.01
HSL334.94º92.94%83.33%-
HSV(B)334.94º31.35%98.82%-
XYZ66.2355.0465.53-
YUV200.38131.17164.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.94%
GREEN value IS 173 (67.97% from 255) = 27.42%
BLUE value IS 206 (80.86% from 255) = 32.65%
R=39.94%
G=27.42%
B=32.65%

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
Decimal25217320600.310.180.01334.9492.9483.33
HexFCADCE01F12114f5d53
Octal374255316037221517135123
Binary11111100101011011100111001111110010110100111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADCE; }

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

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

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

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

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

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

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

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