Html Css Color HEX #FADBDC Pale Pink

📋 copy color: '#FADBDC'

red 250 ◦ green 219 ◦ blue 220

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

Shades of Pale Pink #FADBDC

Tints of Pale Pink #FADBDC

RGB

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

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

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

R = 36.28%
G = 31.79%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FADBDC (or 0xFADBDC) is known color: Pale Pink. HEX triplet: FA, DB and DC. RGB value is (250,219,220). Sum of RGB (Red+Green+Blue) = 250+219+220=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADBDC is #052423. Grayscale: #E4E4E4. Windows color (decimal): -336932 or 14474234. OLE color: 14474234.

HSL color Cylindrical-coordinate representation of color #FADBDC: hue angle of 358.06º degrees, saturation: 0.76, 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 #FADBDC is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 219 220 -
CMYK 0 0.12 0.12 0.02
HSL 358.06º 0.76% 0.92% -
HSV(B) 358.06º 0.12% 0.98% -
XYZ 77.67 76.15 78.32 -
YUV 228.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 250 219 220 0 0.12 0.12 0.02 358.06 0.76 0.92
Hex FA DB DC 0 C C 2 166 4C 5C
Octal 372 333 334 0 14 14 2 546 114 134
Binary 11111010 11011011 11011100 0 1100 1100 10 101100110 1001100 1011100

Color Harmonies of #FADBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADBDC

Black with #FADBDC

Text Example


Text Example

White with #FADBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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