Html Css Color HEX #FAD9D3 Pippin

📋 copy color: '#FAD9D3'

red 250 ◦ green 217 ◦ blue 211

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

Shades of Pippin #FAD9D3

Tints of Pippin #FAD9D3

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.01%

 BLUE value IS 211 (82.81% from 255) = 31.12%

R = 36.87%
G = 32.01%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAD9D3 (or 0xFAD9D3) is known color: Pippin. HEX triplet: FA, D9 and D3. RGB value is (250,217,211). Sum of RGB (Red+Green+Blue) = 250+217+211=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 217 (85.16% from 255 or 32.01% from 678); Blue value is 211 (82.81% from 255 or 31.12% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD9D3 is #05262C. Grayscale: #E2E2E2. Windows color (decimal): -337453 or 13883898. OLE color: 13883898.

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

Color convert

RGB 250 217 211 -
CMYK 0 0.13 0.16 0.02
HSL 9.23º 0.8% 0.9% -
HSV(B) 9.23º 0.16% 0.98% -
XYZ 76 74.65 72.03 -
YUV 226.18 119.43 144.99 -
System Red Green Blue C M Y K H S L
Decimal 250 217 211 0 0.13 0.16 0.02 9.23 0.8 0.9
Hex FA D9 D3 0 D 10 2 9 50 5A
Octal 372 331 323 0 15 20 2 11 120 132
Binary 11111010 11011001 11010011 0 1101 10000 10 1001 1010000 1011010

Color Harmonies of #FAD9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD9D3

Black with #FAD9D3

Text Example


Text Example

White with #FAD9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD9D3; }

 p { color: rgb(250,217,211); }

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

background-color css

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

 a { background-color: rgb(250,217,211); }

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

border-color css

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

 span { border-color: rgb(250,217,211); }

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