Html Css Color HEX #FED7DC Pale Pink

📋 copy color: '#FED7DC'

red 254 ◦ green 215 ◦ blue 220

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

Shades of Pale Pink #FED7DC

Tints of Pale Pink #FED7DC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.2%

 BLUE value IS 220 (86.33% from 255) = 31.93%

R = 36.87%
G = 31.2%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FED7DC (or 0xFED7DC) is known color: Pale Pink. HEX triplet: FE, D7 and DC. RGB value is (254,215,220). Sum of RGB (Red+Green+Blue) = 254+215+220=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 215 (84.38% from 255 or 31.20% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED7DC is #012823. Grayscale: #E3E3E3. Windows color (decimal): -75812 or 14473214. OLE color: 14473214.

HSL color Cylindrical-coordinate representation of color #FED7DC: hue angle of 352.31º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FED7DC is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 215 220 -
CMYK 0 0.15 0.13 0.00
HSL 352.31º 0.95% 0.92% -
HSV(B) 352.31º 0.15% 1% -
XYZ 78.09 74.84 78.04 -
YUV 227.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 254 215 220 0 0.15 0.13 0.00 352.31 0.95 0.92
Hex FE D7 DC 0 F D 0 160 5F 5C
Octal 376 327 334 0 17 15 0 540 137 134
Binary 11111110 11010111 11011100 0 1111 1101 0 101100000 1011111 1011100

Color Harmonies of #FED7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED7DC

Black with #FED7DC

Text Example


Text Example

White with #FED7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED7DC; }

 p { color: rgb(254,215,220); }

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

background-color css

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

 a { background-color: rgb(254,215,220); }

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

border-color css

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

 span { border-color: rgb(254,215,220); }

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