Html Css Color HEX #FFABAE Light Pink

📋 copy color: '#FFABAE'

red 255 ◦ green 171 ◦ blue 174

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

Shades of Light Pink #FFABAE

Tints of Light Pink #FFABAE

RGB

 RED value IS 255 (100% from 255) = 42.5%

 GREEN value IS 171 (67.19% from 255) = 28.5%

 BLUE value IS 174 (68.36% from 255) = 29%

R = 42.5%
G = 28.5%
B = 29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FFABAE (or 0xFFABAE) is known color: Light Pink. HEX triplet: FF, AB and AE. RGB value is (255,171,174). Sum of RGB (Red+Green+Blue) = 255+171+174=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFABAE is #005451. Grayscale: #C4C4C4. Windows color (decimal): -21586 or 11447295. OLE color: 11447295.

HSL color Cylindrical-coordinate representation of color #FFABAE: hue angle of 357.86º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFABAE is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB 255 171 174 -
CMYK 0 0.33 0.32 0
HSL 357.86º 1% 0.84% -
HSV(B) 357.86º 0.33% 1% -
XYZ 63.44 53.44 47.02 -
YUV 196.46 115.33 169.76 -
System Red Green Blue C M Y K H S L
Decimal 255 171 174 0 0.33 0.32 0 357.86 1 0.84
Hex FF AB AE 0 21 20 0 166 64 54
Octal 377 253 256 0 41 40 0 546 144 124
Binary 11111111 10101011 10101110 0 100001 100000 0 101100110 1100100 1010100

Color Harmonies of #FFABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFABAE

Black with #FFABAE

Text Example


Text Example

White with #FFABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFABAE; }

 p { color: rgb(255,171,174); }

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

background-color css

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

 a { background-color: rgb(255,171,174); }

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

border-color css

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

 span { border-color: rgb(255,171,174); }

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