Html Css Color HEX #FEC0BB Your Pink

📋 copy color: '#FEC0BB'

red 254 ◦ green 192 ◦ blue 187

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

Shades of Your Pink #FEC0BB

Tints of Your Pink #FEC0BB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.33%

 BLUE value IS 187 (73.44% from 255) = 29.54%

R = 40.13%
G = 30.33%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FEC0BB (or 0xFEC0BB) is known color: Your Pink. HEX triplet: FE, C0 and BB. RGB value is (254,192,187). Sum of RGB (Red+Green+Blue) = 254+192+187=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 192 (75.39% from 255 or 30.33% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC0BB is #013F44. Grayscale: #D2D2D2. Windows color (decimal): -81733 or 12304638. OLE color: 12304638.

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

Color convert

RGB 254 192 187 -
CMYK 0 0.24 0.26 0.00
HSL 4.48º 0.97% 0.86% -
HSV(B) 4.48º 0.26% 1% -
XYZ 68.69 62.36 55.43 -
YUV 209.97 115.04 159.41 -
System Red Green Blue C M Y K H S L
Decimal 254 192 187 0 0.24 0.26 0.00 4.48 0.97 0.86
Hex FE C0 BB 0 18 1A 0 4 61 56
Octal 376 300 273 0 30 32 0 4 141 126
Binary 11111110 11000000 10111011 0 11000 11010 0 100 1100001 1010110

Color Harmonies of #FEC0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC0BB

Black with #FEC0BB

Text Example


Text Example

White with #FEC0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC0BB; }

 p { color: rgb(254,192,187); }

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

background-color css

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

 a { background-color: rgb(254,192,187); }

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

border-color css

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

 span { border-color: rgb(254,192,187); }

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