Html Css Color HEX #FFDADE Pale Pink

📋 copy color: '#FFDADE'

red 255 ◦ green 218 ◦ blue 222

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

Shades of Pale Pink #FFDADE

Tints of Pale Pink #FFDADE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.37%

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

R = 36.69%
G = 31.37%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FFDADE (or 0xFFDADE) is known color: Pale Pink. HEX triplet: FF, DA and DE. RGB value is (255,218,222). Sum of RGB (Red+Green+Blue) = 255+218+222=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 222 (87.11% from 255 or 31.94% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDADE is #002521. Grayscale: #E5E5E5. Windows color (decimal): -9506 or 14605055. OLE color: 14605055.

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

Color convert

RGB 255 218 222 -
CMYK 0 0.15 0.13 0
HSL 353.51º 1% 0.93% -
HSV(B) 353.51º 0.15% 1% -
XYZ 79.5 76.68 79.72 -
YUV 229.52 123.76 146.17 -
System Red Green Blue C M Y K H S L
Decimal 255 218 222 0 0.15 0.13 0 353.51 1 0.93
Hex FF DA DE 0 F D 0 162 64 5D
Octal 377 332 336 0 17 15 0 542 144 135
Binary 11111111 11011010 11011110 0 1111 1101 0 101100010 1100100 1011101

Color Harmonies of #FFDADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDADE

Black with #FFDADE

Text Example


Text Example

White with #FFDADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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