#FADADB

Color #FADADB We Peep (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of We Peep #FADADB

Tints of We Peep #FADADB

Color information

#FADADB (or 0xFADADB) is unknown color: approx We Peep. HEX triplet: FA, DA and DB. RGB value is (250,218,219). Sum of RGB (Red+Green+Blue) = 250+218+219=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 250 - color contains mainly: red. Hex color #FADADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADADB is #052524. Grayscale: #E3E3E3. Windows color (decimal): -337189 or 14408442. OLE color: 14408442.

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

Color convert

RGB250218219-
CMYK00.130.120.02
HSL358.12º76.19%91.76%-
HSV(B)358.12º12.8%98.04%-
XYZ77.2875.5877.53-
YUV227.68123.1143.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.39%
GREEN value IS 218 (85.55% from 255) = 31.73%
BLUE value IS 219 (85.94% from 255) = 31.88%
R=36.39%
G=31.73%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021821900.130.120.02358.1276.1991.76
HexFADADB0DC21664c5c
Octal372332333015142546114134
Binary1111101011011010110110110110111001010110011010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADADB; }

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

 H1.HeaderClassName
 {
   color: #FADADB;
 }
 .AnyTagClassName
 {
   color: #FADADB;
 }
</style>
background-color css

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

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

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

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

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

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