Html Css Color HEX #FECACE Pink

📋 copy color: '#FECACE'

red 254 ◦ green 202 ◦ blue 206

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

Shades of Pink #FECACE

Tints of Pink #FECACE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.51%

 BLUE value IS 206 (80.86% from 255) = 31.12%

R = 38.37%
G = 30.51%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FECACE (or 0xFECACE) is known color: Pink. HEX triplet: FE, CA and CE. RGB value is (254,202,206). Sum of RGB (Red+Green+Blue) = 254+202+206=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 206 (80.86% from 255 or 31.12% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FECACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECACE is #013531. Grayscale: #DADADA. Windows color (decimal): -79154 or 13552382. OLE color: 13552382.

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

Color convert

RGB 254 202 206 -
CMYK 0 0.20 0.19 0.00
HSL 355.38º 0.96% 0.89% -
HSV(B) 355.38º 0.2% 1% -
XYZ 73.13 67.77 67.62 -
YUV 218 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 254 202 206 0 0.20 0.19 0.00 355.38 0.96 0.89
Hex FE CA CE 0 14 13 0 163 60 59
Octal 376 312 316 0 24 23 0 543 140 131
Binary 11111110 11001010 11001110 0 10100 10011 0 101100011 1100000 1011001

Color Harmonies of #FECACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECACE

Black with #FECACE

Text Example


Text Example

White with #FECACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECACE; }

 p { color: rgb(254,202,206); }

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

background-color css

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

 a { background-color: rgb(254,202,206); }

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

border-color css

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

 span { border-color: rgb(254,202,206); }

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