Html Css Color HEX #FEC8CC Pink

📋 copy color: '#FEC8CC'

red 254 ◦ green 200 ◦ blue 204

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

Shades of Pink #FEC8CC

Tints of Pink #FEC8CC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.4%

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

R = 38.6%
G = 30.4%
B = 31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FEC8CC (or 0xFEC8CC) is known color: Pink. HEX triplet: FE, C8 and CC. RGB value is (254,200,204). Sum of RGB (Red+Green+Blue) = 254+200+204=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 200 (78.52% from 255 or 30.40% from 658); Blue value is 204 (80.08% from 255 or 31.00% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8CC is #013733. Grayscale: #D8D8D8. Windows color (decimal): -79668 or 13420798. OLE color: 13420798.

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

Color convert

RGB 254 200 204 -
CMYK 0 0.21 0.20 0.00
HSL 355.56º 0.96% 0.89% -
HSV(B) 355.56º 0.21% 1% -
XYZ 72.43 66.74 66.19 -
YUV 216.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 254 200 204 0 0.21 0.20 0.00 355.56 0.96 0.89
Hex FE C8 CC 0 15 14 0 164 60 59
Octal 376 310 314 0 25 24 0 544 140 131
Binary 11111110 11001000 11001100 0 10101 10100 0 101100100 1100000 1011001

Color Harmonies of #FEC8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC8CC

Black with #FEC8CC

Text Example


Text Example

White with #FEC8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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