Html Css Color HEX #FEDDE1 Pale Pink

📋 copy color: '#FEDDE1'

red 254 ◦ green 221 ◦ blue 225

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

Shades of Pale Pink #FEDDE1

Tints of Pale Pink #FEDDE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 32.14%

R = 36.29%
G = 31.57%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FEDDE1 (or 0xFEDDE1) is known color: Pale Pink. HEX triplet: FE, DD and E1. RGB value is (254,221,225). Sum of RGB (Red+Green+Blue) = 254+221+225=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 221 (86.72% from 255 or 31.57% from 700); Blue value is 225 (88.28% from 255 or 32.14% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDE1 is #01221E. Grayscale: #E7E7E7. Windows color (decimal): -74271 or 14802430. OLE color: 14802430.

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

Color convert

RGB 254 221 225 -
CMYK 0 0.13 0.11 0.00
HSL 352.73º 0.94% 0.93% -
HSV(B) 352.73º 0.13% 1% -
XYZ 80.32 78.22 82.1 -
YUV 231.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 254 221 225 0 0.13 0.11 0.00 352.73 0.94 0.93
Hex FE DD E1 0 D B 0 161 5E 5D
Octal 376 335 341 0 15 13 0 541 136 135
Binary 11111110 11011101 11100001 0 1101 1011 0 101100001 1011110 1011101

Color Harmonies of #FEDDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDE1

Black with #FEDDE1

Text Example


Text Example

White with #FEDDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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