Html Css Color HEX #FCAEB9 Light Pink

📋 copy color: '#FCAEB9'

red 252 ◦ green 174 ◦ blue 185

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

Shades of Light Pink #FCAEB9

Tints of Light Pink #FCAEB9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.48%

 BLUE value IS 185 (72.66% from 255) = 30.28%

R = 41.24%
G = 28.48%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FCAEB9 (or 0xFCAEB9) is known color: Light Pink. HEX triplet: FC, AE and B9. RGB value is (252,174,185). Sum of RGB (Red+Green+Blue) = 252+174+185=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 185 (72.66% from 255 or 30.28% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEB9 is #035146. Grayscale: #C6C6C6. Windows color (decimal): -217415 or 12168956. OLE color: 12168956.

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

Color convert

RGB 252 174 185 -
CMYK 0 0.31 0.27 0.01
HSL 351.54º 0.93% 0.84% -
HSV(B) 351.54º 0.31% 0.99% -
XYZ 64.04 54.47 53.04 -
YUV 198.58 120.34 166.11 -
System Red Green Blue C M Y K H S L
Decimal 252 174 185 0 0.31 0.27 0.01 351.54 0.93 0.84
Hex FC AE B9 0 1F 1B 1 160 5D 54
Octal 374 256 271 0 37 33 1 540 135 124
Binary 11111100 10101110 10111001 0 11111 11011 1 101100000 1011101 1010100

Color Harmonies of #FCAEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAEB9

Black with #FCAEB9

Text Example


Text Example

White with #FCAEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAEB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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