Html Css Color HEX #FCACF7 Lavender Rose

📋 copy color: '#FCACF7'

red 252 ◦ green 172 ◦ blue 247

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

Shades of Lavender Rose #FCACF7

Tints of Lavender Rose #FCACF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.81%

R = 37.56%
G = 25.63%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCACF7 (or 0xFCACF7) is known color: Lavender Rose. HEX triplet: FC, AC and F7. RGB value is (252,172,247). Sum of RGB (Red+Green+Blue) = 252+172+247=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 172 (67.58% from 255 or 25.63% from 671); Blue value is 247 (96.88% from 255 or 36.81% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACF7 is #035308. Grayscale: #CCCCCC. Windows color (decimal): -217865 or 16231676. OLE color: 16231676.

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

Color convert

RGB 252 172 247 -
CMYK 0 0.32 0.02 0.01
HSL 303.75º 0.93% 0.83% -
HSV(B) 303.75º 0.32% 0.99% -
XYZ 71.69 56.92 95.2 -
YUV 204.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 252 172 247 0 0.32 0.02 0.01 303.75 0.93 0.83
Hex FC AC F7 0 20 2 1 130 5D 53
Octal 374 254 367 0 40 2 1 460 135 123
Binary 11111100 10101100 11110111 0 100000 10 1 100110000 1011101 1010011

Color Harmonies of #FCACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACF7

Black with #FCACF7

Text Example


Text Example

White with #FCACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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