Html Css Color HEX #FCABAF Light Pink

📋 copy color: '#FCABAF'

red 252 ◦ green 171 ◦ blue 175

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

Shades of Light Pink #FCABAF

Tints of Light Pink #FCABAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.26%

R = 42.14%
G = 28.6%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCABAF (or 0xFCABAF) is known color: Light Pink. HEX triplet: FC, AB and AF. RGB value is (252,171,175). Sum of RGB (Red+Green+Blue) = 252+171+175=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCABAF is #035450. Grayscale: #C3C3C3. Windows color (decimal): -218193 or 11512828. OLE color: 11512828.

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

Color convert

RGB 252 171 175 -
CMYK 0 0.32 0.31 0.01
HSL 357.04º 0.93% 0.83% -
HSV(B) 357.04º 0.32% 0.99% -
XYZ 62.45 52.92 47.48 -
YUV 195.68 116.34 168.17 -
System Red Green Blue C M Y K H S L
Decimal 252 171 175 0 0.32 0.31 0.01 357.04 0.93 0.83
Hex FC AB AF 0 20 1F 1 165 5D 53
Octal 374 253 257 0 40 37 1 545 135 123
Binary 11111100 10101011 10101111 0 100000 11111 1 101100101 1011101 1010011

Color Harmonies of #FCABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCABAF

Black with #FCABAF

Text Example


Text Example

White with #FCABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCABAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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