Html Css Color HEX #FEDBDE Pale Pink

📋 copy color: '#FEDBDE'

red 254 ◦ green 219 ◦ blue 222

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

Shades of Pale Pink #FEDBDE

Tints of Pale Pink #FEDBDE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.51%

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

R = 36.55%
G = 31.51%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FEDBDE (or 0xFEDBDE) is known color: Pale Pink. HEX triplet: FE, DB and DE. RGB value is (254,219,222). Sum of RGB (Red+Green+Blue) = 254+219+222=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 219 (85.94% from 255 or 31.51% from 695); Blue value is 222 (87.11% from 255 or 31.94% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBDE is #012421. Grayscale: #E5E5E5. Windows color (decimal): -74786 or 14605310. OLE color: 14605310.

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

Color convert

RGB 254 219 222 -
CMYK 0 0.14 0.13 0.00
HSL 354.86º 0.95% 0.93% -
HSV(B) 354.86º 0.14% 1% -
XYZ 79.39 77.01 79.79 -
YUV 229.81 123.6 145.26 -
System Red Green Blue C M Y K H S L
Decimal 254 219 222 0 0.14 0.13 0.00 354.86 0.95 0.93
Hex FE DB DE 0 E D 0 163 5F 5D
Octal 376 333 336 0 16 15 0 543 137 135
Binary 11111110 11011011 11011110 0 1110 1101 0 101100011 1011111 1011101

Color Harmonies of #FEDBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDBDE

Black with #FEDBDE

Text Example


Text Example

White with #FEDBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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