Html Css Color HEX #FEB8BD Light Pink

📋 copy color: '#FEB8BD'

red 254 ◦ green 184 ◦ blue 189

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

Shades of Light Pink #FEB8BD

Tints of Light Pink #FEB8BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.14%

R = 40.51%
G = 29.35%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FEB8BD (or 0xFEB8BD) is known color: Light Pink. HEX triplet: FE, B8 and BD. RGB value is (254,184,189). Sum of RGB (Red+Green+Blue) = 254+184+189=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 184 (72.27% from 255 or 29.35% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8BD is #014742. Grayscale: #CDCDCD. Windows color (decimal): -83779 or 12433662. OLE color: 12433662.

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

Color convert

RGB 254 184 189 -
CMYK 0 0.28 0.26 0.00
HSL 355.71º 0.97% 0.86% -
HSV(B) 355.71º 0.28% 1% -
XYZ 67.2 59.03 56 -
YUV 205.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 254 184 189 0 0.28 0.26 0.00 355.71 0.97 0.86
Hex FE B8 BD 0 1C 1A 0 164 61 56
Octal 376 270 275 0 34 32 0 544 141 126
Binary 11111110 10111000 10111101 0 11100 11010 0 101100100 1100001 1010110

Color Harmonies of #FEB8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB8BD

Black with #FEB8BD

Text Example


Text Example

White with #FEB8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB8BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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