Html Css Color HEX #FEAFBB Light Pink

📋 copy color: '#FEAFBB'

red 254 ◦ green 175 ◦ blue 187

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

Shades of Light Pink #FEAFBB

Tints of Light Pink #FEAFBB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.41%

 BLUE value IS 187 (73.44% from 255) = 30.36%

R = 41.23%
G = 28.41%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FEAFBB (or 0xFEAFBB) is known color: Light Pink. HEX triplet: FE, AF and BB. RGB value is (254,175,187). Sum of RGB (Red+Green+Blue) = 254+175+187=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAFBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAFBB is #015044. Grayscale: #C8C8C8. Windows color (decimal): -86085 or 12300286. OLE color: 12300286.

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

Color convert

RGB 254 175 187 -
CMYK 0 0.31 0.26 0.00
HSL 350.89º 0.98% 0.84% -
HSV(B) 350.89º 0.31% 1% -
XYZ 65.17 55.32 54.26 -
YUV 199.99 120.67 166.52 -
System Red Green Blue C M Y K H S L
Decimal 254 175 187 0 0.31 0.26 0.00 350.89 0.98 0.84
Hex FE AF BB 0 1F 1A 0 15F 62 54
Octal 376 257 273 0 37 32 0 537 142 124
Binary 11111110 10101111 10111011 0 11111 11010 0 101011111 1100010 1010100

Color Harmonies of #FEAFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAFBB

Black with #FEAFBB

Text Example


Text Example

White with #FEAFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAFBB; }

 p { color: rgb(254,175,187); }

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

background-color css

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

 a { background-color: rgb(254,175,187); }

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

border-color css

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

 span { border-color: rgb(254,175,187); }

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