Html Css Color HEX #FCAEB0 Light Pink

📋 copy color: '#FCAEB0'

red 252 ◦ green 174 ◦ blue 176

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

Shades of Light Pink #FCAEB0

Tints of Light Pink #FCAEB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.24%

R = 41.86%
G = 28.9%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FCAEB0 (or 0xFCAEB0) is known color: Light Pink. HEX triplet: FC, AE and B0. RGB value is (252,174,176). Sum of RGB (Red+Green+Blue) = 252+174+176=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 176 (69.14% from 255 or 29.24% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAEB0 is #03514F. Grayscale: #C5C5C5. Windows color (decimal): -217424 or 11579132. OLE color: 11579132.

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

Color convert

RGB 252 174 176 -
CMYK 0 0.31 0.30 0.01
HSL 358.46º 0.93% 0.84% -
HSV(B) 358.46º 0.31% 0.99% -
XYZ 63.12 54.1 48.19 -
YUV 197.55 115.84 166.84 -
System Red Green Blue C M Y K H S L
Decimal 252 174 176 0 0.31 0.30 0.01 358.46 0.93 0.84
Hex FC AE B0 0 1F 1E 1 166 5D 54
Octal 374 256 260 0 37 36 1 546 135 124
Binary 11111100 10101110 10110000 0 11111 11110 1 101100110 1011101 1010100

Color Harmonies of #FCAEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAEB0

Black with #FCAEB0

Text Example


Text Example

White with #FCAEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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