Html Css Color HEX #FCAAB2 Light Pink

📋 copy color: '#FCAAB2'

red 252 ◦ green 170 ◦ blue 178

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

Shades of Light Pink #FCAAB2

Tints of Light Pink #FCAAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.67%

R = 42%
G = 28.33%
B = 29.67%

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

#FCAAB2 (or 0xFCAAB2) is known color: Light Pink. HEX triplet: FC, AA and B2. RGB value is (252,170,178). Sum of RGB (Red+Green+Blue) = 252+170+178=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 178 (69.92% from 255 or 29.67% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAAB2 is #03554D. Grayscale: #C3C3C3. Windows color (decimal): -218446 or 11709180. OLE color: 11709180.

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

Color convert

RGB 252 170 178 -
CMYK 0 0.33 0.29 0.01
HSL 354.15º 0.93% 0.83% -
HSV(B) 354.15º 0.33% 0.99% -
XYZ 62.56 52.66 48.99 -
YUV 195.43 118.17 168.35 -
System Red Green Blue C M Y K H S L
Decimal 252 170 178 0 0.33 0.29 0.01 354.15 0.93 0.83
Hex FC AA B2 0 21 1D 1 162 5D 53
Octal 374 252 262 0 41 35 1 542 135 123
Binary 11111100 10101010 10110010 0 100001 11101 1 101100010 1011101 1010011

Color Harmonies of #FCAAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAAB2

Black with #FCAAB2

Text Example


Text Example

White with #FCAAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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