Html Css Color HEX #FFDEE2 Pale Pink

📋 copy color: '#FFDEE2'

red 255 ◦ green 222 ◦ blue 226

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

Shades of Pale Pink #FFDEE2

Tints of Pale Pink #FFDEE2

RGB

 RED value IS 255 (100% from 255) = 36.27%

 GREEN value IS 222 (87.11% from 255) = 31.58%

 BLUE value IS 226 (88.67% from 255) = 32.15%

R = 36.27%
G = 31.58%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FFDEE2 (or 0xFFDEE2) is known color: Pale Pink. HEX triplet: FF, DE and E2. RGB value is (255,222,226). Sum of RGB (Red+Green+Blue) = 255+222+226=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 222 (87.11% from 255 or 31.58% from 703); Blue value is 226 (88.67% from 255 or 32.15% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEE2 is #00211D. Grayscale: #E8E8E8. Windows color (decimal): -8478 or 14868223. OLE color: 14868223.

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

Color convert

RGB 255 222 226 -
CMYK 0 0.13 0.11 0
HSL 352.73º 1% 0.94% -
HSV(B) 352.73º 0.13% 1% -
XYZ 81.09 78.99 82.92 -
YUV 232.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 255 222 226 0 0.13 0.11 0 352.73 1 0.94
Hex FF DE E2 0 D B 0 161 64 5E
Octal 377 336 342 0 15 13 0 541 144 136
Binary 11111111 11011110 11100010 0 1101 1011 0 101100001 1100100 1011110

Color Harmonies of #FFDEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDEE2

Black with #FFDEE2

Text Example


Text Example

White with #FFDEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDEE2; }

 p { color: rgb(255,222,226); }

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

background-color css

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

 a { background-color: rgb(255,222,226); }

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

border-color css

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

 span { border-color: rgb(255,222,226); }

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