Html Css Color HEX #FEB8C5 Light Pink

📋 copy color: '#FEB8C5'

red 254 ◦ green 184 ◦ blue 197

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

Shades of Light Pink #FEB8C5

Tints of Light Pink #FEB8C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.02%

R = 40%
G = 28.98%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FEB8C5 (or 0xFEB8C5) is known color: Light Pink. HEX triplet: FE, B8 and C5. RGB value is (254,184,197). Sum of RGB (Red+Green+Blue) = 254+184+197=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 184 (72.27% from 255 or 28.98% from 635); Blue value is 197 (77.34% from 255 or 31.02% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8C5 is #01473A. Grayscale: #CECECE. Windows color (decimal): -83771 or 12957950. OLE color: 12957950.

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

Color convert

RGB 254 184 197 -
CMYK 0 0.28 0.22 0.00
HSL 348.86º 0.97% 0.86% -
HSV(B) 348.86º 0.28% 1% -
XYZ 68.09 59.38 60.7 -
YUV 206.41 122.69 161.94 -
System Red Green Blue C M Y K H S L
Decimal 254 184 197 0 0.28 0.22 0.00 348.86 0.97 0.86
Hex FE B8 C5 0 1C 16 0 15D 61 56
Octal 376 270 305 0 34 26 0 535 141 126
Binary 11111110 10111000 11000101 0 11100 10110 0 101011101 1100001 1010110

Color Harmonies of #FEB8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB8C5

Black with #FEB8C5

Text Example


Text Example

White with #FEB8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB8C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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