#FCADDF

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

Shades of Lavender Rose #FCADDF

Tints of Lavender Rose #FCADDF

Color information

#FCADDF (or 0xFCADDF) is unknown color: approx Lavender Rose. HEX triplet: FC, AD and DF. RGB value is (252,173,223). Sum of RGB (Red+Green+Blue) = 252+173+223=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 173 (67.97% from 255 or 26.70% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADDF is #035220. Grayscale: #CACACA. Windows color (decimal): -217633 or 14659068. OLE color: 14659068.

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

Color convert

RGB252173223-
CMYK00.310.120.01
HSL322.03º92.94%83.33%-
HSV(B)322.03º31.35%98.82%-
XYZ68.4155.9177-
YUV202.32139.67163.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.89%
GREEN value IS 173 (67.97% from 255) = 26.70%
BLUE value IS 223 (87.5% from 255) = 34.41%
R=38.89%
G=26.70%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217322300.310.120.01322.0392.9483.33
HexFCADDF01FC11425d53
Octal374255337037141502135123
Binary1111110010101101110111110111111100110100001010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADDF; }

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

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

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

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

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

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

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

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