Html Css Color HEX #FADADC Pale Pink

📋 copy color: '#FADADC'

red 250 ◦ green 218 ◦ blue 220

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

Shades of Pale Pink #FADADC

Tints of Pale Pink #FADADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 31.98%

R = 36.34%
G = 31.69%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FADADC (or 0xFADADC) is known color: Pale Pink. HEX triplet: FA, DA and DC. RGB value is (250,218,220). Sum of RGB (Red+Green+Blue) = 250+218+220=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FADADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADADC is #052523. Grayscale: #E3E3E3. Windows color (decimal): -337188 or 14473978. OLE color: 14473978.

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

Color convert

RGB 250 218 220 -
CMYK 0 0.13 0.12 0.02
HSL 356.25º 0.76% 0.92% -
HSV(B) 356.25º 0.13% 0.98% -
XYZ 77.41 75.63 78.23 -
YUV 227.8 123.6 143.84 -
System Red Green Blue C M Y K H S L
Decimal 250 218 220 0 0.13 0.12 0.02 356.25 0.76 0.92
Hex FA DA DC 0 D C 2 164 4C 5C
Octal 372 332 334 0 15 14 2 544 114 134
Binary 11111010 11011010 11011100 0 1101 1100 10 101100100 1001100 1011100

Color Harmonies of #FADADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADADC

Black with #FADADC

Text Example


Text Example

White with #FADADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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