Html Css Color HEX #FEC2CC Pink

📋 copy color: '#FEC2CC'

red 254 ◦ green 194 ◦ blue 204

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

Shades of Pink #FEC2CC

Tints of Pink #FEC2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.29%

R = 38.96%
G = 29.75%
B = 31.29%

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

#FEC2CC (or 0xFEC2CC) is known color: Pink. HEX triplet: FE, C2 and CC. RGB value is (254,194,204). Sum of RGB (Red+Green+Blue) = 254+194+204=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 194 (76.17% from 255 or 29.75% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2CC is #013D33. Grayscale: #D5D5D5. Windows color (decimal): -81204 or 13419262. OLE color: 13419262.

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

Color convert

RGB 254 194 204 -
CMYK 0 0.24 0.20 0.00
HSL 350º 0.97% 0.88% -
HSV(B) 350º 0.24% 1% -
XYZ 71.06 64.01 65.74 -
YUV 213.08 122.88 157.19 -
System Red Green Blue C M Y K H S L
Decimal 254 194 204 0 0.24 0.20 0.00 350 0.97 0.88
Hex FE C2 CC 0 18 14 0 15E 61 58
Octal 376 302 314 0 30 24 0 536 141 130
Binary 11111110 11000010 11001100 0 11000 10100 0 101011110 1100001 1011000

Color Harmonies of #FEC2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC2CC

Black with #FEC2CC

Text Example


Text Example

White with #FEC2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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