Html Css Color HEX #FEABB2 Light Pink

📋 copy color: '#FEABB2'

red 254 ◦ green 171 ◦ blue 178

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

Shades of Light Pink #FEABB2

Tints of Light Pink #FEABB2

RGB

 RED value IS 254 (99.61% from 255) = 42.12%

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

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

R = 42.12%
G = 28.36%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEABB2 (or 0xFEABB2) is known color: Light Pink. HEX triplet: FE, AB and B2. RGB value is (254,171,178). Sum of RGB (Red+Green+Blue) = 254+171+178=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 178 (69.92% from 255 or 29.52% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEABB2 is #01544D. Grayscale: #C4C4C4. Windows color (decimal): -87118 or 11709438. OLE color: 11709438.

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

Color convert

RGB 254 171 178 -
CMYK 0 0.33 0.30 0.00
HSL 354.94º 0.98% 0.83% -
HSV(B) 354.94º 0.33% 1% -
XYZ 63.47 53.41 49.08 -
YUV 196.62 117.5 168.93 -
System Red Green Blue C M Y K H S L
Decimal 254 171 178 0 0.33 0.30 0.00 354.94 0.98 0.83
Hex FE AB B2 0 21 1E 0 163 62 53
Octal 376 253 262 0 41 36 0 543 142 123
Binary 11111110 10101011 10110010 0 100001 11110 0 101100011 1100010 1010011

Color Harmonies of #FEABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEABB2

Black with #FEABB2

Text Example


Text Example

White with #FEABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEABB2; }

 p { color: rgb(254,171,178); }

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

background-color css

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

 a { background-color: rgb(254,171,178); }

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

border-color css

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

 span { border-color: rgb(254,171,178); }

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