Html Css Color HEX #FEB8BF Light Pink

📋 copy color: '#FEB8BF'

red 254 ◦ green 184 ◦ blue 191

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

Shades of Light Pink #FEB8BF

Tints of Light Pink #FEB8BF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.25%

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

R = 40.38%
G = 29.25%
B = 30.37%

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

#FEB8BF (or 0xFEB8BF) is known color: Light Pink. HEX triplet: FE, B8 and BF. RGB value is (254,184,191). Sum of RGB (Red+Green+Blue) = 254+184+191=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 184 (72.27% from 255 or 29.25% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8BF is #014740. Grayscale: #CDCDCD. Windows color (decimal): -83777 or 12564734. OLE color: 12564734.

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

Color convert

RGB 254 184 191 -
CMYK 0 0.28 0.25 0.00
HSL 354º 0.97% 0.86% -
HSV(B) 354º 0.28% 1% -
XYZ 67.42 59.11 57.15 -
YUV 205.73 119.69 162.43 -
System Red Green Blue C M Y K H S L
Decimal 254 184 191 0 0.28 0.25 0.00 354 0.97 0.86
Hex FE B8 BF 0 1C 19 0 162 61 56
Octal 376 270 277 0 34 31 0 542 141 126
Binary 11111110 10111000 10111111 0 11100 11001 0 101100010 1100001 1010110

Color Harmonies of #FEB8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB8BF

Black with #FEB8BF

Text Example


Text Example

White with #FEB8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB8BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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