Html Css Color HEX #FCABCE Lavender Pink

📋 copy color: '#FCABCE'

red 252 ◦ green 171 ◦ blue 206

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

Shades of Lavender Pink #FCABCE

Tints of Lavender Pink #FCABCE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.19%

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

R = 40.06%
G = 27.19%
B = 32.75%

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

#FCABCE (or 0xFCABCE) is known color: Lavender Pink. HEX triplet: FC, AB and CE. RGB value is (252,171,206). Sum of RGB (Red+Green+Blue) = 252+171+206=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABCE is #035431. Grayscale: #C7C7C7. Windows color (decimal): -218162 or 13544444. OLE color: 13544444.

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

Color convert

RGB 252 171 206 -
CMYK 0 0.32 0.18 0.01
HSL 334.07º 0.93% 0.83% -
HSV(B) 334.07º 0.32% 0.99% -
XYZ 65.85 54.28 65.4 -
YUV 199.21 131.84 165.65 -
System Red Green Blue C M Y K H S L
Decimal 252 171 206 0 0.32 0.18 0.01 334.07 0.93 0.83
Hex FC AB CE 0 20 12 1 14E 5D 53
Octal 374 253 316 0 40 22 1 516 135 123
Binary 11111100 10101011 11001110 0 100000 10010 1 101001110 1011101 1010011

Color Harmonies of #FCABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCABCE

Black with #FCABCE

Text Example


Text Example

White with #FCABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCABCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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