Html Css Color HEX #FADCDE Pale Pink

📋 copy color: '#FADCDE'

red 250 ◦ green 220 ◦ blue 222

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

Shades of Pale Pink #FADCDE

Tints of Pale Pink #FADCDE

RGB

 RED value IS 250 (98.05% from 255) = 36.13%

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

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

R = 36.13%
G = 31.79%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FADCDE (or 0xFADCDE) is known color: Pale Pink. HEX triplet: FA, DC and DE. RGB value is (250,220,222). Sum of RGB (Red+Green+Blue) = 250+220+222=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCDE is #052321. Grayscale: #E5E5E5. Windows color (decimal): -336674 or 14605562. OLE color: 14605562.

HSL color Cylindrical-coordinate representation of color #FADCDE: hue angle of 356º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FADCDE is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 220 222 -
CMYK 0 0.12 0.11 0.02
HSL 356º 0.75% 0.92% -
HSV(B) 356º 0.12% 0.98% -
XYZ 78.2 76.78 79.81 -
YUV 229.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 250 220 222 0 0.12 0.11 0.02 356 0.75 0.92
Hex FA DC DE 0 C B 2 164 4B 5C
Octal 372 334 336 0 14 13 2 544 113 134
Binary 11111010 11011100 11011110 0 1100 1011 10 101100100 1001011 1011100

Color Harmonies of #FADCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADCDE

Black with #FADCDE

Text Example


Text Example

White with #FADCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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