Html Css Color HEX #FCAEAF Light Pink

📋 copy color: '#FCAEAF'

red 252 ◦ green 174 ◦ blue 175

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

Shades of Light Pink #FCAEAF

Tints of Light Pink #FCAEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 29.12%

R = 41.93%
G = 28.95%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCAEAF (or 0xFCAEAF) is known color: Light Pink. HEX triplet: FC, AE and AF. RGB value is (252,174,175). Sum of RGB (Red+Green+Blue) = 252+174+175=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAEAF is #035150. Grayscale: #C5C5C5. Windows color (decimal): -217425 or 11513596. OLE color: 11513596.

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

Color convert

RGB 252 174 175 -
CMYK 0 0.31 0.31 0.01
HSL 359.23º 0.93% 0.84% -
HSV(B) 359.23º 0.31% 0.99% -
XYZ 63.02 54.06 47.67 -
YUV 197.44 115.34 166.92 -
System Red Green Blue C M Y K H S L
Decimal 252 174 175 0 0.31 0.31 0.01 359.23 0.93 0.84
Hex FC AE AF 0 1F 1F 1 167 5D 54
Octal 374 256 257 0 37 37 1 547 135 124
Binary 11111100 10101110 10101111 0 11111 11111 1 101100111 1011101 1010100

Color Harmonies of #FCAEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAEAF

Black with #FCAEAF

Text Example


Text Example

White with #FCAEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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