Html Css Color HEX #FEC2B7 Your Pink

📋 copy color: '#FEC2B7'

red 254 ◦ green 194 ◦ blue 183

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

Shades of Your Pink #FEC2B7

Tints of Your Pink #FEC2B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 29%

R = 40.25%
G = 30.74%
B = 29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FEC2B7 (or 0xFEC2B7) is known color: Your Pink. HEX triplet: FE, C2 and B7. RGB value is (254,194,183). Sum of RGB (Red+Green+Blue) = 254+194+183=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 183 (71.88% from 255 or 29.00% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2B7 is #013D48. Grayscale: #D2D2D2. Windows color (decimal): -81225 or 12043006. OLE color: 12043006.

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

Color convert

RGB 254 194 183 -
CMYK 0 0.24 0.28 0.00
HSL 9.3º 0.97% 0.86% -
HSV(B) 9.3º 0.28% 1% -
XYZ 68.71 63.07 53.35 -
YUV 210.69 112.38 158.89 -
System Red Green Blue C M Y K H S L
Decimal 254 194 183 0 0.24 0.28 0.00 9.3 0.97 0.86
Hex FE C2 B7 0 18 1C 0 9 61 56
Octal 376 302 267 0 30 34 0 11 141 126
Binary 11111110 11000010 10110111 0 11000 11100 0 1001 1100001 1010110

Color Harmonies of #FEC2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC2B7

Black with #FEC2B7

Text Example


Text Example

White with #FEC2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC2B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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