Html Css Color HEX #FCAEBC Light Pink

📋 copy color: '#FCAEBC'

red 252 ◦ green 174 ◦ blue 188

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

Shades of Light Pink #FCAEBC

Tints of Light Pink #FCAEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.62%

R = 41.04%
G = 28.34%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCAEBC (or 0xFCAEBC) is known color: Light Pink. HEX triplet: FC, AE and BC. RGB value is (252,174,188). Sum of RGB (Red+Green+Blue) = 252+174+188=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEBC is #035143. Grayscale: #C6C6C6. Windows color (decimal): -217412 or 12365564. OLE color: 12365564.

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

Color convert

RGB 252 174 188 -
CMYK 0 0.31 0.25 0.01
HSL 349.23º 0.93% 0.84% -
HSV(B) 349.23º 0.31% 0.99% -
XYZ 64.36 54.6 54.72 -
YUV 198.92 121.84 165.86 -
System Red Green Blue C M Y K H S L
Decimal 252 174 188 0 0.31 0.25 0.01 349.23 0.93 0.84
Hex FC AE BC 0 1F 19 1 15D 5D 54
Octal 374 256 274 0 37 31 1 535 135 124
Binary 11111100 10101110 10111100 0 11111 11001 1 101011101 1011101 1010100

Color Harmonies of #FCAEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAEBC

Black with #FCAEBC

Text Example


Text Example

White with #FCAEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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