Html Css Color HEX #FCACDE Lavender Rose

📋 copy color: '#FCACDE'

red 252 ◦ green 172 ◦ blue 222

#FCACDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Rose #FCACDE

Tints of Lavender Rose #FCACDE

RGB

 RED value IS 252 (98.83% from 255) = 39.01%

 GREEN value IS 172 (67.58% from 255) = 26.63%

 BLUE value IS 222 (87.11% from 255) = 34.37%

R = 39.01%
G = 26.63%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCACDE (or 0xFCACDE) is known color: Lavender Rose. HEX triplet: FC, AC and DE. RGB value is (252,172,222). Sum of RGB (Red+Green+Blue) = 252+172+222=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 172 (67.58% from 255 or 26.63% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACDE is #035321. Grayscale: #C9C9C9. Windows color (decimal): -217890 or 14593276. OLE color: 14593276.

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

Color convert

RGB 252 172 222 -
CMYK 0 0.32 0.12 0.01
HSL 322.5º 0.93% 0.83% -
HSV(B) 322.5º 0.32% 0.99% -
XYZ 68.08 55.47 76.23 -
YUV 201.62 139.5 163.93 -
System Red Green Blue C M Y K H S L
Decimal 252 172 222 0 0.32 0.12 0.01 322.5 0.93 0.83
Hex FC AC DE 0 20 C 1 142 5D 53
Octal 374 254 336 0 40 14 1 502 135 123
Binary 11111100 10101100 11011110 0 100000 1100 1 101000010 1011101 1010011

Color Harmonies of #FCACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACDE

Black with #FCACDE

Text Example


Text Example

White with #FCACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACDE; }

 p { color: rgb(252,172,222); }

 H1.HeaderClassName
 {
   color: #FCACDE;
 }
 .AnyTagClassName
 {
   color: #FCACDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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