Html Css Color HEX #FEDCDE Pale Pink

📋 copy color: '#FEDCDE'

red 254 ◦ green 220 ◦ blue 222

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

Shades of Pale Pink #FEDCDE

Tints of Pale Pink #FEDCDE

RGB

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

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

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

R = 36.49%
G = 31.61%
B = 31.9%

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

#FEDCDE (or 0xFEDCDE) is known color: Pale Pink. HEX triplet: FE, DC and DE. RGB value is (254,220,222). Sum of RGB (Red+Green+Blue) = 254+220+222=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 222 (87.11% from 255 or 31.90% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCDE is #012321. Grayscale: #E6E6E6. Windows color (decimal): -74530 or 14605566. OLE color: 14605566.

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

Color convert

RGB 254 220 222 -
CMYK 0 0.13 0.13 0.00
HSL 356.47º 0.94% 0.93% -
HSV(B) 356.47º 0.13% 1% -
XYZ 79.65 77.53 79.87 -
YUV 230.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 254 220 222 0 0.13 0.13 0.00 356.47 0.94 0.93
Hex FE DC DE 0 D D 0 164 5E 5D
Octal 376 334 336 0 15 15 0 544 136 135
Binary 11111110 11011100 11011110 0 1101 1101 0 101100100 1011110 1011101

Color Harmonies of #FEDCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCDE

Black with #FEDCDE

Text Example


Text Example

White with #FEDCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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