Html Css Color HEX #FCACEE Lavender Rose

📋 copy color: '#FCACEE'

red 252 ◦ green 172 ◦ blue 238

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

Shades of Lavender Rose #FCACEE

Tints of Lavender Rose #FCACEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.95%

R = 38.07%
G = 25.98%
B = 35.95%

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

#FCACEE (or 0xFCACEE) is known color: Lavender Rose. HEX triplet: FC, AC and EE. RGB value is (252,172,238). Sum of RGB (Red+Green+Blue) = 252+172+238=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 172 (67.58% from 255 or 25.98% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACEE is #035311. Grayscale: #CBCBCB. Windows color (decimal): -217874 or 15641852. OLE color: 15641852.

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

Color convert

RGB 252 172 238 -
CMYK 0 0.32 0.06 0.01
HSL 310.5º 0.93% 0.83% -
HSV(B) 310.5º 0.32% 0.99% -
XYZ 70.33 56.37 88.06 -
YUV 203.44 147.5 162.63 -
System Red Green Blue C M Y K H S L
Decimal 252 172 238 0 0.32 0.06 0.01 310.5 0.93 0.83
Hex FC AC EE 0 20 6 1 136 5D 53
Octal 374 254 356 0 40 6 1 466 135 123
Binary 11111100 10101100 11101110 0 100000 110 1 100110110 1011101 1010011

Color Harmonies of #FCACEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACEE

Black with #FCACEE

Text Example


Text Example

White with #FCACEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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