#FCADFD

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

Shades of Lavender Rose #FCADFD

Tints of Lavender Rose #FCADFD

Color information

#FCADFD (or 0xFCADFD) is unknown color: approx Lavender Rose. HEX triplet: FC, AD and FD. RGB value is (252,173,253). Sum of RGB (Red+Green+Blue) = 252+173+253=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 173 (67.97% from 255 or 25.52% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCADFD is #035202. Grayscale: #CDCDCD. Windows color (decimal): -217603 or 16625148. OLE color: 16625148.

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

Color convert

RGB252173253-
CMYK0.000.3200.01
HSL299.25º95.24%83.53%-
HSV(B)299.25º31.62%99.22%-
XYZ72.8257.67100.22-
YUV205.74154.67161-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.17%
GREEN value IS 173 (67.97% from 255) = 25.52%
BLUE value IS 253 (99.22% from 255) = 37.32%
R=37.17%
G=25.52%
B=37.32%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521732530.000.3200.01299.2595.2483.53
HexFCADFD0200112b5f54
Octal37425537504001453137124
Binary11111100101011011111110101000000110010101110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADFD; }

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

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

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

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

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

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

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

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