Html Css Color HEX #FCAEB2 Light Pink

📋 copy color: '#FCAEB2'

red 252 ◦ green 174 ◦ blue 178

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

Shades of Light Pink #FCAEB2

Tints of Light Pink #FCAEB2

RGB

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

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

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

R = 41.72%
G = 28.81%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCAEB2 (or 0xFCAEB2) is known color: Light Pink. HEX triplet: FC, AE and B2. RGB value is (252,174,178). Sum of RGB (Red+Green+Blue) = 252+174+178=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 178 (69.92% from 255 or 29.47% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAEB2 is #03514D. Grayscale: #C5C5C5. Windows color (decimal): -217422 or 11710204. OLE color: 11710204.

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

Color convert

RGB 252 174 178 -
CMYK 0 0.31 0.29 0.01
HSL 356.92º 0.93% 0.84% -
HSV(B) 356.92º 0.31% 0.99% -
XYZ 63.32 54.18 49.24 -
YUV 197.78 116.84 166.67 -
System Red Green Blue C M Y K H S L
Decimal 252 174 178 0 0.31 0.29 0.01 356.92 0.93 0.84
Hex FC AE B2 0 1F 1D 1 165 5D 54
Octal 374 256 262 0 37 35 1 545 135 124
Binary 11111100 10101110 10110010 0 11111 11101 1 101100101 1011101 1010100

Color Harmonies of #FCAEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAEB2

Black with #FCAEB2

Text Example


Text Example

White with #FCAEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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