Html Css Color HEX #FCABAE Light Pink

📋 copy color: '#FCABAE'

red 252 ◦ green 171 ◦ blue 174

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

Shades of Light Pink #FCABAE

Tints of Light Pink #FCABAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.15%

R = 42.21%
G = 28.64%
B = 29.15%

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

#FCABAE (or 0xFCABAE) is known color: Light Pink. HEX triplet: FC, AB and AE. RGB value is (252,171,174). Sum of RGB (Red+Green+Blue) = 252+171+174=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 174 (68.36% from 255 or 29.15% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCABAE is #035451. Grayscale: #C3C3C3. Windows color (decimal): -218194 or 11447292. OLE color: 11447292.

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

Color convert

RGB 252 171 174 -
CMYK 0 0.32 0.31 0.01
HSL 357.78º 0.93% 0.83% -
HSV(B) 357.78º 0.32% 0.99% -
XYZ 62.35 52.88 46.96 -
YUV 195.56 115.84 168.26 -
System Red Green Blue C M Y K H S L
Decimal 252 171 174 0 0.32 0.31 0.01 357.78 0.93 0.83
Hex FC AB AE 0 20 1F 1 166 5D 53
Octal 374 253 256 0 40 37 1 546 135 123
Binary 11111100 10101011 10101110 0 100000 11111 1 101100110 1011101 1010011

Color Harmonies of #FCABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCABAE

Black with #FCABAE

Text Example


Text Example

White with #FCABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCABAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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