Html Css Color HEX #FEC8C4 Your Pink

📋 copy color: '#FEC8C4'

red 254 ◦ green 200 ◦ blue 196

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

Shades of Your Pink #FEC8C4

Tints of Your Pink #FEC8C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.15%

R = 39.08%
G = 30.77%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#FEC8C4 (or 0xFEC8C4) is known color: Your Pink. HEX triplet: FE, C8 and C4. RGB value is (254,200,196). Sum of RGB (Red+Green+Blue) = 254+200+196=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 200 (78.52% from 255 or 30.77% from 650); Blue value is 196 (76.95% from 255 or 30.15% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8C4 is #01373B. Grayscale: #D7D7D7. Windows color (decimal): -79676 or 12896510. OLE color: 12896510.

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

Color convert

RGB 254 200 196 -
CMYK 0 0.21 0.23 0.00
HSL 4.14º 0.97% 0.88% -
HSV(B) 4.14º 0.23% 1% -
XYZ 71.49 66.36 61.27 -
YUV 215.69 116.89 155.33 -
System Red Green Blue C M Y K H S L
Decimal 254 200 196 0 0.21 0.23 0.00 4.14 0.97 0.88
Hex FE C8 C4 0 15 17 0 4 61 58
Octal 376 310 304 0 25 27 0 4 141 130
Binary 11111110 11001000 11000100 0 10101 10111 0 100 1100001 1011000

Color Harmonies of #FEC8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC8C4

Black with #FEC8C4

Text Example


Text Example

White with #FEC8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC8C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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