Html Css Color HEX #FCABCF Lavender Pink

📋 copy color: '#FCABCF'

red 252 ◦ green 171 ◦ blue 207

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

Shades of Lavender Pink #FCABCF

Tints of Lavender Pink #FCABCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.86%

R = 40%
G = 27.14%
B = 32.86%

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

#FCABCF (or 0xFCABCF) is known color: Lavender Pink. HEX triplet: FC, AB and CF. RGB value is (252,171,207). Sum of RGB (Red+Green+Blue) = 252+171+207=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABCF is #035430. Grayscale: #C7C7C7. Windows color (decimal): -218161 or 13609980. OLE color: 13609980.

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

Color convert

RGB 252 171 207 -
CMYK 0 0.32 0.18 0.01
HSL 333.33º 0.93% 0.83% -
HSV(B) 333.33º 0.32% 0.99% -
XYZ 65.97 54.33 66.04 -
YUV 199.32 132.34 165.57 -
System Red Green Blue C M Y K H S L
Decimal 252 171 207 0 0.32 0.18 0.01 333.33 0.93 0.83
Hex FC AB CF 0 20 12 1 14D 5D 53
Octal 374 253 317 0 40 22 1 515 135 123
Binary 11111100 10101011 11001111 0 100000 10010 1 101001101 1011101 1010011

Color Harmonies of #FCABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCABCF

Black with #FCABCF

Text Example


Text Example

White with #FCABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCABCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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