Html Css Color HEX #FEB7BF Light Pink

📋 copy color: '#FEB7BF'

red 254 ◦ green 183 ◦ blue 191

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

Shades of Light Pink #FEB7BF

Tints of Light Pink #FEB7BF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.14%

 BLUE value IS 191 (75% from 255) = 30.41%

R = 40.45%
G = 29.14%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEB7BF (or 0xFEB7BF) is known color: Light Pink. HEX triplet: FE, B7 and BF. RGB value is (254,183,191). Sum of RGB (Red+Green+Blue) = 254+183+191=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 183 (71.88% from 255 or 29.14% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB7BF is #014840. Grayscale: #CDCDCD. Windows color (decimal): -84033 or 12564478. OLE color: 12564478.

HSL color Cylindrical-coordinate representation of color #FEB7BF: hue angle of 353.24º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB7BF is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 183 191 -
CMYK 0 0.28 0.25 0.00
HSL 353.24º 0.97% 0.86% -
HSV(B) 353.24º 0.28% 1% -
XYZ 67.21 58.7 57.08 -
YUV 205.14 120.02 162.85 -
System Red Green Blue C M Y K H S L
Decimal 254 183 191 0 0.28 0.25 0.00 353.24 0.97 0.86
Hex FE B7 BF 0 1C 19 0 161 61 56
Octal 376 267 277 0 34 31 0 541 141 126
Binary 11111110 10110111 10111111 0 11100 11001 0 101100001 1100001 1010110

Color Harmonies of #FEB7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB7BF

Black with #FEB7BF

Text Example


Text Example

White with #FEB7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB7BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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