Html Css Color HEX #FEDCE0 Pale Pink

📋 copy color: '#FEDCE0'

red 254 ◦ green 220 ◦ blue 224

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

Shades of Pale Pink #FEDCE0

Tints of Pale Pink #FEDCE0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.52%

 BLUE value IS 224 (87.89% from 255) = 32.09%

R = 36.39%
G = 31.52%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FEDCE0 (or 0xFEDCE0) is known color: Pale Pink. HEX triplet: FE, DC and E0. RGB value is (254,220,224). Sum of RGB (Red+Green+Blue) = 254+220+224=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 220 (86.33% from 255 or 31.52% from 698); Blue value is 224 (87.89% from 255 or 32.09% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCE0 is #01231F. Grayscale: #E6E6E6. Windows color (decimal): -74528 or 14736638. OLE color: 14736638.

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

Color convert

RGB 254 220 224 -
CMYK 0 0.13 0.12 0.00
HSL 352.94º 0.94% 0.93% -
HSV(B) 352.94º 0.13% 1% -
XYZ 79.92 77.64 81.29 -
YUV 230.62 124.26 144.67 -
System Red Green Blue C M Y K H S L
Decimal 254 220 224 0 0.13 0.12 0.00 352.94 0.94 0.93
Hex FE DC E0 0 D C 0 161 5E 5D
Octal 376 334 340 0 15 14 0 541 136 135
Binary 11111110 11011100 11100000 0 1101 1100 0 101100001 1011110 1011101

Color Harmonies of #FEDCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCE0

Black with #FEDCE0

Text Example


Text Example

White with #FEDCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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