Html Css Color HEX #FEB2B7 Light Pink

📋 copy color: '#FEB2B7'

red 254 ◦ green 178 ◦ blue 183

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

Shades of Light Pink #FEB2B7

Tints of Light Pink #FEB2B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 29.76%

R = 41.3%
G = 28.94%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FEB2B7 (or 0xFEB2B7) is known color: Light Pink. HEX triplet: FE, B2 and B7. RGB value is (254,178,183). Sum of RGB (Red+Green+Blue) = 254+178+183=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 178 (69.92% from 255 or 28.94% from 615); Blue value is 183 (71.88% from 255 or 29.76% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEB2B7 is #014D48. Grayscale: #C9C9C9. Windows color (decimal): -85321 or 12038910. OLE color: 12038910.

HSL color Cylindrical-coordinate representation of color #FEB2B7: hue angle of 356.05º 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 #FEB2B7 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 178 183 -
CMYK 0 0.30 0.28 0.00
HSL 356.05º 0.97% 0.85% -
HSV(B) 356.05º 0.3% 1% -
XYZ 65.34 56.33 52.23 -
YUV 201.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 254 178 183 0 0.30 0.28 0.00 356.05 0.97 0.85
Hex FE B2 B7 0 1E 1C 0 164 61 55
Octal 376 262 267 0 36 34 0 544 141 125
Binary 11111110 10110010 10110111 0 11110 11100 0 101100100 1100001 1010101

Color Harmonies of #FEB2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB2B7

Black with #FEB2B7

Text Example


Text Example

White with #FEB2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB2B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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