Html Css Color HEX #FEB9C8 Pink

📋 copy color: '#FEB9C8'

red 254 ◦ green 185 ◦ blue 200

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

Shades of Pink #FEB9C8

Tints of Pink #FEB9C8

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.95%

 BLUE value IS 200 (78.52% from 255) = 31.3%

R = 39.75%
G = 28.95%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FEB9C8 (or 0xFEB9C8) is known color: Pink. HEX triplet: FE, B9 and C8. RGB value is (254,185,200). Sum of RGB (Red+Green+Blue) = 254+185+200=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 185 (72.66% from 255 or 28.95% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9C8 is #014637. Grayscale: #CFCFCF. Windows color (decimal): -83512 or 13154814. OLE color: 13154814.

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

Color convert

RGB 254 185 200 -
CMYK 0 0.27 0.21 0.00
HSL 346.96º 0.97% 0.86% -
HSV(B) 346.96º 0.27% 1% -
XYZ 68.65 59.94 62.59 -
YUV 207.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 254 185 200 0 0.27 0.21 0.00 346.96 0.97 0.86
Hex FE B9 C8 0 1B 15 0 15B 61 56
Octal 376 271 310 0 33 25 0 533 141 126
Binary 11111110 10111001 11001000 0 11011 10101 0 101011011 1100001 1010110

Color Harmonies of #FEB9C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB9C8

Black with #FEB9C8

Text Example


Text Example

White with #FEB9C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB9C8; }

 p { color: rgb(254,185,200); }

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

background-color css

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

 a { background-color: rgb(254,185,200); }

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

border-color css

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

 span { border-color: rgb(254,185,200); }

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