Html Css Color HEX #FEB9CB Pink

📋 copy color: '#FEB9CB'

red 254 ◦ green 185 ◦ blue 203

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

Shades of Pink #FEB9CB

Tints of Pink #FEB9CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.62%

R = 39.56%
G = 28.82%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEB9CB (or 0xFEB9CB) is known color: Pink. HEX triplet: FE, B9 and CB. RGB value is (254,185,203). Sum of RGB (Red+Green+Blue) = 254+185+203=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 185 (72.66% from 255 or 28.82% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9CB is #014634. Grayscale: #CFCFCF. Windows color (decimal): -83509 or 13351422. OLE color: 13351422.

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

Color convert

RGB 254 185 203 -
CMYK 0 0.27 0.20 0.00
HSL 344.35º 0.97% 0.86% -
HSV(B) 344.35º 0.27% 1% -
XYZ 69 60.08 64.46 -
YUV 207.68 125.36 161.04 -
System Red Green Blue C M Y K H S L
Decimal 254 185 203 0 0.27 0.20 0.00 344.35 0.97 0.86
Hex FE B9 CB 0 1B 14 0 158 61 56
Octal 376 271 313 0 33 24 0 530 141 126
Binary 11111110 10111001 11001011 0 11011 10100 0 101011000 1100001 1010110

Color Harmonies of #FEB9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB9CB

Black with #FEB9CB

Text Example


Text Example

White with #FEB9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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