Html Css Color HEX #FCACCE Lavender Pink

📋 copy color: '#FCACCE'

red 252 ◦ green 172 ◦ blue 206

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

Shades of Lavender Pink #FCACCE

Tints of Lavender Pink #FCACCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.7%

R = 40%
G = 27.3%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCACCE (or 0xFCACCE) is known color: Lavender Pink. HEX triplet: FC, AC and CE. RGB value is (252,172,206). Sum of RGB (Red+Green+Blue) = 252+172+206=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCACCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCACCE is #035331. Grayscale: #C7C7C7. Windows color (decimal): -217906 or 13544700. OLE color: 13544700.

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

Color convert

RGB 252 172 206 -
CMYK 0 0.32 0.18 0.01
HSL 334.5º 0.93% 0.83% -
HSV(B) 334.5º 0.32% 0.99% -
XYZ 66.04 54.66 65.46 -
YUV 199.8 131.5 165.24 -
System Red Green Blue C M Y K H S L
Decimal 252 172 206 0 0.32 0.18 0.01 334.5 0.93 0.83
Hex FC AC CE 0 20 12 1 14E 5D 53
Octal 374 254 316 0 40 22 1 516 135 123
Binary 11111100 10101100 11001110 0 100000 10010 1 101001110 1011101 1010011

Color Harmonies of #FCACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCACCE

Black with #FCACCE

Text Example


Text Example

White with #FCACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCACCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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