Html Css Color HEX #FCACF2 Lavender Rose

📋 copy color: '#FCACF2'

red 252 ◦ green 172 ◦ blue 242

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

Shades of Lavender Rose #FCACF2

Tints of Lavender Rose #FCACF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.34%

R = 37.84%
G = 25.83%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FCACF2 (or 0xFCACF2) is known color: Lavender Rose. HEX triplet: FC, AC and F2. RGB value is (252,172,242). Sum of RGB (Red+Green+Blue) = 252+172+242=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 172 (67.58% from 255 or 25.83% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACF2 is #03530D. Grayscale: #CBCBCB. Windows color (decimal): -217870 or 15903996. OLE color: 15903996.

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

Color convert

RGB 252 172 242 -
CMYK 0 0.32 0.04 0.01
HSL 307.5º 0.93% 0.83% -
HSV(B) 307.5º 0.32% 0.99% -
XYZ 70.92 56.61 91.19 -
YUV 203.9 149.5 162.31 -
System Red Green Blue C M Y K H S L
Decimal 252 172 242 0 0.32 0.04 0.01 307.5 0.93 0.83
Hex FC AC F2 0 20 4 1 134 5D 53
Octal 374 254 362 0 40 4 1 464 135 123
Binary 11111100 10101100 11110010 0 100000 100 1 100110100 1011101 1010011

Color Harmonies of #FCACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACF2

Black with #FCACF2

Text Example


Text Example

White with #FCACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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