Html Css Color HEX #FEC8D0 Pink

📋 copy color: '#FEC8D0'

red 254 ◦ green 200 ◦ blue 208

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

Shades of Pink #FEC8D0

Tints of Pink #FEC8D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.42%

R = 38.37%
G = 30.21%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FEC8D0 (or 0xFEC8D0) is known color: Pink. HEX triplet: FE, C8 and D0. RGB value is (254,200,208). Sum of RGB (Red+Green+Blue) = 254+200+208=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 200 (78.52% from 255 or 30.21% from 662); Blue value is 208 (81.64% from 255 or 31.42% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8D0 is #01372F. Grayscale: #D9D9D9. Windows color (decimal): -79664 or 13682942. OLE color: 13682942.

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

Color convert

RGB 254 200 208 -
CMYK 0 0.21 0.18 0.00
HSL 351.11º 0.96% 0.89% -
HSV(B) 351.11º 0.21% 1% -
XYZ 72.91 66.93 68.75 -
YUV 217.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 254 200 208 0 0.21 0.18 0.00 351.11 0.96 0.89
Hex FE C8 D0 0 15 12 0 15F 60 59
Octal 376 310 320 0 25 22 0 537 140 131
Binary 11111110 11001000 11010000 0 10101 10010 0 101011111 1100000 1011001

Color Harmonies of #FEC8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC8D0

Black with #FEC8D0

Text Example


Text Example

White with #FEC8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC8D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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