Html Css Color HEX #FCAAB4 Light Pink

📋 copy color: '#FCAAB4'

red 252 ◦ green 170 ◦ blue 180

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

Shades of Light Pink #FCAAB4

Tints of Light Pink #FCAAB4

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.24%

 BLUE value IS 180 (70.7% from 255) = 29.9%

R = 41.86%
G = 28.24%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCAAB4 (or 0xFCAAB4) is known color: Light Pink. HEX triplet: FC, AA and B4. RGB value is (252,170,180). Sum of RGB (Red+Green+Blue) = 252+170+180=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAAB4 is #03554B. Grayscale: #C3C3C3. Windows color (decimal): -218444 or 11840252. OLE color: 11840252.

HSL color Cylindrical-coordinate representation of color #FCAAB4: hue angle of 352.68º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCAAB4 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 170 180 -
CMYK 0 0.33 0.29 0.01
HSL 352.68º 0.93% 0.83% -
HSV(B) 352.68º 0.33% 0.99% -
XYZ 62.76 52.74 50.05 -
YUV 195.66 119.17 168.19 -
System Red Green Blue C M Y K H S L
Decimal 252 170 180 0 0.33 0.29 0.01 352.68 0.93 0.83
Hex FC AA B4 0 21 1D 1 161 5D 53
Octal 374 252 264 0 41 35 1 541 135 123
Binary 11111100 10101010 10110100 0 100001 11101 1 101100001 1011101 1010011

Color Harmonies of #FCAAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAAB4

Black with #FCAAB4

Text Example


Text Example

White with #FCAAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAAB4; }

 p { color: rgb(252,170,180); }

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

background-color css

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

 a { background-color: rgb(252,170,180); }

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

border-color css

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

 span { border-color: rgb(252,170,180); }

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