Html Css Color HEX #FEDDDE Pale Pink

📋 copy color: '#FEDDDE'

red 254 ◦ green 221 ◦ blue 222

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

Shades of Pale Pink #FEDDDE

Tints of Pale Pink #FEDDDE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.71%

 BLUE value IS 222 (87.11% from 255) = 31.85%

R = 36.44%
G = 31.71%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEDDDE (or 0xFEDDDE) is known color: Pale Pink. HEX triplet: FE, DD and DE. RGB value is (254,221,222). Sum of RGB (Red+Green+Blue) = 254+221+222=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 221 (86.72% from 255 or 31.71% from 697); Blue value is 222 (87.11% from 255 or 31.85% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDDE is #012221. Grayscale: #E7E7E7. Windows color (decimal): -74274 or 14605822. OLE color: 14605822.

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

Color convert

RGB 254 221 222 -
CMYK 0 0.13 0.13 0.00
HSL 358.18º 0.94% 0.93% -
HSV(B) 358.18º 0.13% 1% -
XYZ 79.91 78.06 79.96 -
YUV 230.98 122.93 144.42 -
System Red Green Blue C M Y K H S L
Decimal 254 221 222 0 0.13 0.13 0.00 358.18 0.94 0.93
Hex FE DD DE 0 D D 0 166 5E 5D
Octal 376 335 336 0 15 15 0 546 136 135
Binary 11111110 11011101 11011110 0 1101 1101 0 101100110 1011110 1011101

Color Harmonies of #FEDDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDDE

Black with #FEDDDE

Text Example


Text Example

White with #FEDDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDDE; }

 p { color: rgb(254,221,222); }

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

background-color css

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

 a { background-color: rgb(254,221,222); }

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

border-color css

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

 span { border-color: rgb(254,221,222); }

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