Html Css Color HEX #FCACF3 Lavender Rose

📋 copy color: '#FCACF3'

red 252 ◦ green 172 ◦ blue 243

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

Shades of Lavender Rose #FCACF3

Tints of Lavender Rose #FCACF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.43%

R = 37.78%
G = 25.79%
B = 36.43%

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

#FCACF3 (or 0xFCACF3) is known color: Lavender Rose. HEX triplet: FC, AC and F3. RGB value is (252,172,243). Sum of RGB (Red+Green+Blue) = 252+172+243=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 172 (67.58% from 255 or 25.79% from 667); Blue value is 243 (95.31% from 255 or 36.43% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACF3 is #03530C. Grayscale: #CBCBCB. Windows color (decimal): -217869 or 15969532. OLE color: 15969532.

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

Color convert

RGB 252 172 243 -
CMYK 0 0.32 0.04 0.01
HSL 306.75º 0.93% 0.83% -
HSV(B) 306.75º 0.32% 0.99% -
XYZ 71.08 56.67 91.99 -
YUV 204.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 252 172 243 0 0.32 0.04 0.01 306.75 0.93 0.83
Hex FC AC F3 0 20 4 1 133 5D 53
Octal 374 254 363 0 40 4 1 463 135 123
Binary 11111100 10101100 11110011 0 100000 100 1 100110011 1011101 1010011

Color Harmonies of #FCACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACF3

Black with #FCACF3

Text Example


Text Example

White with #FCACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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