Html Css Color HEX #FECCC3 Your Pink

📋 copy color: '#FECCC3'

red 254 ◦ green 204 ◦ blue 195

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

Shades of Your Pink #FECCC3

Tints of Your Pink #FECCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 29.86%

R = 38.9%
G = 31.24%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FECCC3 (or 0xFECCC3) is known color: Your Pink. HEX triplet: FE, CC and C3. RGB value is (254,204,195). Sum of RGB (Red+Green+Blue) = 254+204+195=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 195 (76.56% from 255 or 29.86% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECCC3 is #01333C. Grayscale: #DADADA. Windows color (decimal): -78653 or 12831998. OLE color: 12831998.

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

Color convert

RGB 254 204 195 -
CMYK 0 0.20 0.23 0.00
HSL 9.15º 0.97% 0.88% -
HSV(B) 9.15º 0.23% 1% -
XYZ 72.32 68.2 60.98 -
YUV 217.92 115.07 153.73 -
System Red Green Blue C M Y K H S L
Decimal 254 204 195 0 0.20 0.23 0.00 9.15 0.97 0.88
Hex FE CC C3 0 14 17 0 9 61 58
Octal 376 314 303 0 24 27 0 11 141 130
Binary 11111110 11001100 11000011 0 10100 10111 0 1001 1100001 1011000

Color Harmonies of #FECCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECCC3

Black with #FECCC3

Text Example


Text Example

White with #FECCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECCC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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