Html Css Color HEX #FAD8D0 Pippin

📋 copy color: '#FAD8D0'

red 250 ◦ green 216 ◦ blue 208

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

Shades of Pippin #FAD8D0

Tints of Pippin #FAD8D0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.05%

 BLUE value IS 208 (81.64% from 255) = 30.86%

R = 37.09%
G = 32.05%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAD8D0 (or 0xFAD8D0) is known color: Pippin. HEX triplet: FA, D8 and D0. RGB value is (250,216,208). Sum of RGB (Red+Green+Blue) = 250+216+208=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 216 (84.77% from 255 or 32.05% from 674); Blue value is 208 (81.64% from 255 or 30.86% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD8D0 is #05272F. Grayscale: #E1E1E1. Windows color (decimal): -337712 or 13687034. OLE color: 13687034.

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

Color convert

RGB 250 216 208 -
CMYK 0 0.14 0.17 0.02
HSL 11.43º 0.81% 0.9% -
HSV(B) 11.43º 0.17% 0.98% -
XYZ 75.37 73.99 69.98 -
YUV 225.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 250 216 208 0 0.14 0.17 0.02 11.43 0.81 0.9
Hex FA D8 D0 0 E 11 2 B 51 5A
Octal 372 330 320 0 16 21 2 13 121 132
Binary 11111010 11011000 11010000 0 1110 10001 10 1011 1010001 1011010

Color Harmonies of #FAD8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD8D0

Black with #FAD8D0

Text Example


Text Example

White with #FAD8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD8D0; }

 p { color: rgb(250,216,208); }

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

background-color css

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

 a { background-color: rgb(250,216,208); }

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

border-color css

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

 span { border-color: rgb(250,216,208); }

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