Html Css Color HEX #FCACF5 Lavender Rose

📋 copy color: '#FCACF5'

red 252 ◦ green 172 ◦ blue 245

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

Shades of Lavender Rose #FCACF5

Tints of Lavender Rose #FCACF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 36.62%

R = 37.67%
G = 25.71%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FCACF5 (or 0xFCACF5) is known color: Lavender Rose. HEX triplet: FC, AC and F5. RGB value is (252,172,245). Sum of RGB (Red+Green+Blue) = 252+172+245=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 172 (67.58% from 255 or 25.71% from 669); Blue value is 245 (96.09% from 255 or 36.62% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCACF5 is #03530A. Grayscale: #CCCCCC. Windows color (decimal): -217867 or 16100604. OLE color: 16100604.

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

Color convert

RGB 252 172 245 -
CMYK 0 0.32 0.03 0.01
HSL 305.25º 0.93% 0.83% -
HSV(B) 305.25º 0.32% 0.99% -
XYZ 71.38 56.79 93.59 -
YUV 204.24 151 162.06 -
System Red Green Blue C M Y K H S L
Decimal 252 172 245 0 0.32 0.03 0.01 305.25 0.93 0.83
Hex FC AC F5 0 20 3 1 131 5D 53
Octal 374 254 365 0 40 3 1 461 135 123
Binary 11111100 10101100 11110101 0 100000 11 1 100110001 1011101 1010011

Color Harmonies of #FCACF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACF5

Black with #FCACF5

Text Example


Text Example

White with #FCACF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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