Html Css Color HEX #FADCD6 Pippin

📋 copy color: '#FADCD6'

red 250 ◦ green 220 ◦ blue 214

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

Shades of Pippin #FADCD6

Tints of Pippin #FADCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 31.29%

R = 36.55%
G = 32.16%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FADCD6 (or 0xFADCD6) is known color: Pippin. HEX triplet: FA, DC and D6. RGB value is (250,220,214). Sum of RGB (Red+Green+Blue) = 250+220+214=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 214 (83.98% from 255 or 31.29% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADCD6 is #052329. Grayscale: #E4E4E4. Windows color (decimal): -336682 or 14081274. OLE color: 14081274.

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

Color convert

RGB 250 220 214 -
CMYK 0 0.12 0.14 0.02
HSL 10º 0.78% 0.91% -
HSV(B) 10º 0.14% 0.98% -
XYZ 77.16 76.37 74.29 -
YUV 228.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 250 220 214 0 0.12 0.14 0.02 10 0.78 0.91
Hex FA DC D6 0 C E 2 A 4E 5B
Octal 372 334 326 0 14 16 2 12 116 133
Binary 11111010 11011100 11010110 0 1100 1110 10 1010 1001110 1011011

Color Harmonies of #FADCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADCD6

Black with #FADCD6

Text Example


Text Example

White with #FADCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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