Html Css Color HEX #FEB2B9 Light Pink

📋 copy color: '#FEB2B9'

red 254 ◦ green 178 ◦ blue 185

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

Shades of Light Pink #FEB2B9

Tints of Light Pink #FEB2B9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.85%

 BLUE value IS 185 (72.66% from 255) = 29.98%

R = 41.17%
G = 28.85%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FEB2B9 (or 0xFEB2B9) is known color: Light Pink. HEX triplet: FE, B2 and B9. RGB value is (254,178,185). Sum of RGB (Red+Green+Blue) = 254+178+185=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 178 (69.92% from 255 or 28.85% from 617); Blue value is 185 (72.66% from 255 or 29.98% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2B9 is #014D46. Grayscale: #C9C9C9. Windows color (decimal): -85319 or 12169982. OLE color: 12169982.

HSL color Cylindrical-coordinate representation of color #FEB2B9: hue angle of 354.47º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEB2B9 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 178 185 -
CMYK 0 0.30 0.27 0.00
HSL 354.47º 0.97% 0.85% -
HSV(B) 354.47º 0.3% 1% -
XYZ 65.55 56.41 53.33 -
YUV 201.52 118.68 165.43 -
System Red Green Blue C M Y K H S L
Decimal 254 178 185 0 0.30 0.27 0.00 354.47 0.97 0.85
Hex FE B2 B9 0 1E 1B 0 162 61 55
Octal 376 262 271 0 36 33 0 542 141 125
Binary 11111110 10110010 10111001 0 11110 11011 0 101100010 1100001 1010101

Color Harmonies of #FEB2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB2B9

Black with #FEB2B9

Text Example


Text Example

White with #FEB2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB2B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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