Html Css Color HEX #FCACEC Lavender Rose

📋 copy color: '#FCACEC'

red 252 ◦ green 172 ◦ blue 236

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

Shades of Lavender Rose #FCACEC

Tints of Lavender Rose #FCACEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.76%

R = 38.18%
G = 26.06%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FCACEC (or 0xFCACEC) is known color: Lavender Rose. HEX triplet: FC, AC and EC. RGB value is (252,172,236). Sum of RGB (Red+Green+Blue) = 252+172+236=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 172 (67.58% from 255 or 26.06% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACEC is #035313. Grayscale: #CBCBCB. Windows color (decimal): -217876 or 15510780. OLE color: 15510780.

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

Color convert

RGB 252 172 236 -
CMYK 0 0.32 0.06 0.01
HSL 312º 0.93% 0.83% -
HSV(B) 312º 0.32% 0.99% -
XYZ 70.04 56.26 86.52 -
YUV 203.22 146.5 162.8 -
System Red Green Blue C M Y K H S L
Decimal 252 172 236 0 0.32 0.06 0.01 312 0.93 0.83
Hex FC AC EC 0 20 6 1 138 5D 53
Octal 374 254 354 0 40 6 1 470 135 123
Binary 11111100 10101100 11101100 0 100000 110 1 100111000 1011101 1010011

Color Harmonies of #FCACEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACEC

Black with #FCACEC

Text Example


Text Example

White with #FCACEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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