#FCADFC

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

Shades of Lavender Rose #FCADFC

Tints of Lavender Rose #FCADFC

Color information

#FCADFC (or 0xFCADFC) is unknown color: approx Lavender Rose. HEX triplet: FC, AD and FC. RGB value is (252,173,252). Sum of RGB (Red+Green+Blue) = 252+173+252=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 173 (67.97% from 255 or 25.55% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCADFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCADFC is #035203. Grayscale: #CDCDCD. Windows color (decimal): -217604 or 16559612. OLE color: 16559612.

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

Color convert

RGB252173252-
CMYK00.3100.01
HSL300º92.94%83.33%-
HSV(B)300º31.35%98.82%-
XYZ72.6657.6199.39-
YUV205.63154.17161.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.22%
GREEN value IS 173 (67.97% from 255) = 25.55%
BLUE value IS 252 (98.83% from 255) = 37.22%
R=37.22%
G=25.55%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217325200.3100.0130092.9483.33
HexFCADFC01F0112c5d53
Octal37425537403701454135123
Binary1111110010101101111111000111110110010110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADFC; }

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

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

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

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

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

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

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

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