Html Css Color HEX #FEC2CB Pink

📋 copy color: '#FEC2CB'

red 254 ◦ green 194 ◦ blue 203

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

Shades of Pink #FEC2CB

Tints of Pink #FEC2CB

RGB

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

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

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

R = 39.02%
G = 29.8%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEC2CB (or 0xFEC2CB) is known color: Pink. HEX triplet: FE, C2 and CB. RGB value is (254,194,203). Sum of RGB (Red+Green+Blue) = 254+194+203=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 194 (76.17% from 255 or 29.80% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2CB is #013D34. Grayscale: #D4D4D4. Windows color (decimal): -81205 or 13353726. OLE color: 13353726.

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

Color convert

RGB 254 194 203 -
CMYK 0 0.24 0.20 0.00
HSL 351º 0.97% 0.88% -
HSV(B) 351º 0.24% 1% -
XYZ 70.94 63.97 65.11 -
YUV 212.97 122.38 157.27 -
System Red Green Blue C M Y K H S L
Decimal 254 194 203 0 0.24 0.20 0.00 351 0.97 0.88
Hex FE C2 CB 0 18 14 0 15F 61 58
Octal 376 302 313 0 30 24 0 537 141 130
Binary 11111110 11000010 11001011 0 11000 10100 0 101011111 1100001 1011000

Color Harmonies of #FEC2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC2CB

Black with #FEC2CB

Text Example


Text Example

White with #FEC2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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