Html Css Color HEX #FCACE4 Lavender Rose

📋 copy color: '#FCACE4'

red 252 ◦ green 172 ◦ blue 228

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

Shades of Lavender Rose #FCACE4

Tints of Lavender Rose #FCACE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 34.97%

R = 38.65%
G = 26.38%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#FCACE4 (or 0xFCACE4) is known color: Lavender Rose. HEX triplet: FC, AC and E4. RGB value is (252,172,228). Sum of RGB (Red+Green+Blue) = 252+172+228=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 172 (67.58% from 255 or 26.38% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACE4 is #03531B. Grayscale: #CACACA. Windows color (decimal): -217884 or 14986492. OLE color: 14986492.

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

Color convert

RGB 252 172 228 -
CMYK 0 0.32 0.10 0.01
HSL 318º 0.93% 0.83% -
HSV(B) 318º 0.32% 0.99% -
XYZ 68.9 55.8 80.54 -
YUV 202.3 142.5 163.45 -
System Red Green Blue C M Y K H S L
Decimal 252 172 228 0 0.32 0.10 0.01 318 0.93 0.83
Hex FC AC E4 0 20 A 1 13E 5D 53
Octal 374 254 344 0 40 12 1 476 135 123
Binary 11111100 10101100 11100100 0 100000 1010 1 100111110 1011101 1010011

Color Harmonies of #FCACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACE4

Black with #FCACE4

Text Example


Text Example

White with #FCACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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