Html Css Color HEX #FADCD2 Pippin

📋 copy color: '#FADCD2'

red 250 ◦ green 220 ◦ blue 210

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

Shades of Pippin #FADCD2

Tints of Pippin #FADCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 30.88%

R = 36.76%
G = 32.35%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FADCD2 (or 0xFADCD2) is known color: Pippin. HEX triplet: FA, DC and D2. RGB value is (250,220,210). Sum of RGB (Red+Green+Blue) = 250+220+210=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 210 (82.42% from 255 or 30.88% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCD2 is #05232D. Grayscale: #E3E3E3. Windows color (decimal): -336686 or 13819130. OLE color: 13819130.

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

Color convert

RGB 250 220 210 -
CMYK 0 0.12 0.16 0.02
HSL 15º 0.8% 0.9% -
HSV(B) 15º 0.16% 0.98% -
XYZ 76.65 76.16 71.63 -
YUV 227.83 117.94 143.81 -
System Red Green Blue C M Y K H S L
Decimal 250 220 210 0 0.12 0.16 0.02 15 0.8 0.9
Hex FA DC D2 0 C 10 2 F 50 5A
Octal 372 334 322 0 14 20 2 17 120 132
Binary 11111010 11011100 11010010 0 1100 10000 10 1111 1010000 1011010

Color Harmonies of #FADCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADCD2

Black with #FADCD2

Text Example


Text Example

White with #FADCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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