Html Css Color HEX #FEC2BE Your Pink

📋 copy color: '#FEC2BE'

red 254 ◦ green 194 ◦ blue 190

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

Shades of Your Pink #FEC2BE

Tints of Your Pink #FEC2BE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.41%

 BLUE value IS 190 (74.61% from 255) = 29.78%

R = 39.81%
G = 30.41%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#FEC2BE (or 0xFEC2BE) is known color: Your Pink. HEX triplet: FE, C2 and BE. RGB value is (254,194,190). Sum of RGB (Red+Green+Blue) = 254+194+190=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 194 (76.17% from 255 or 30.41% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2BE is #013D41. Grayscale: #D3D3D3. Windows color (decimal): -81218 or 12501758. OLE color: 12501758.

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

Color convert

RGB 254 194 190 -
CMYK 0 0.24 0.25 0.00
HSL 3.75º 0.97% 0.87% -
HSV(B) 3.75º 0.25% 1% -
XYZ 69.46 63.37 57.29 -
YUV 211.48 115.88 158.33 -
System Red Green Blue C M Y K H S L
Decimal 254 194 190 0 0.24 0.25 0.00 3.75 0.97 0.87
Hex FE C2 BE 0 18 19 0 4 61 57
Octal 376 302 276 0 30 31 0 4 141 127
Binary 11111110 11000010 10111110 0 11000 11001 0 100 1100001 1010111

Color Harmonies of #FEC2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC2BE

Black with #FEC2BE

Text Example


Text Example

White with #FEC2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC2BE; }

 p { color: rgb(254,194,190); }

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

background-color css

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

 a { background-color: rgb(254,194,190); }

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

border-color css

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

 span { border-color: rgb(254,194,190); }

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