Html Css Color HEX #FECCC0 Your Pink

📋 copy color: '#FECCC0'

red 254 ◦ green 204 ◦ blue 192

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

Shades of Your Pink #FECCC0

Tints of Your Pink #FECCC0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.38%

 BLUE value IS 192 (75.39% from 255) = 29.54%

R = 39.08%
G = 31.38%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FECCC0 (or 0xFECCC0) is known color: Your Pink. HEX triplet: FE, CC and C0. RGB value is (254,204,192). Sum of RGB (Red+Green+Blue) = 254+204+192=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 192 (75.39% from 255 or 29.54% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCC0 is #01333F. Grayscale: #D9D9D9. Windows color (decimal): -78656 or 12635390. OLE color: 12635390.

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

Color convert

RGB 254 204 192 -
CMYK 0 0.20 0.24 0.00
HSL 11.61º 0.97% 0.87% -
HSV(B) 11.61º 0.24% 1% -
XYZ 71.98 68.06 59.21 -
YUV 217.58 113.57 153.98 -
System Red Green Blue C M Y K H S L
Decimal 254 204 192 0 0.20 0.24 0.00 11.61 0.97 0.87
Hex FE CC C0 0 14 18 0 C 61 57
Octal 376 314 300 0 24 30 0 14 141 127
Binary 11111110 11001100 11000000 0 10100 11000 0 1100 1100001 1010111

Color Harmonies of #FECCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECCC0

Black with #FECCC0

Text Example


Text Example

White with #FECCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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