Html Css Color HEX #FADDD0 Pippin

📋 copy color: '#FADDD0'

red 250 ◦ green 221 ◦ blue 208

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

Shades of Pippin #FADDD0

Tints of Pippin #FADDD0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.55%

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

R = 36.82%
G = 32.55%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FADDD0 (or 0xFADDD0) is known color: Pippin. HEX triplet: FA, DD and D0. RGB value is (250,221,208). Sum of RGB (Red+Green+Blue) = 250+221+208=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 208 (81.64% from 255 or 30.63% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDD0 is #05222F. Grayscale: #E4E4E4. Windows color (decimal): -336432 or 13688314. OLE color: 13688314.

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

Color convert

RGB 250 221 208 -
CMYK 0 0.12 0.17 0.02
HSL 18.57º 0.81% 0.9% -
HSV(B) 18.57º 0.17% 0.98% -
XYZ 76.67 76.59 70.42 -
YUV 228.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 250 221 208 0 0.12 0.17 0.02 18.57 0.81 0.9
Hex FA DD D0 0 C 11 2 13 51 5A
Octal 372 335 320 0 14 21 2 23 121 132
Binary 11111010 11011101 11010000 0 1100 10001 10 10011 1010001 1011010

Color Harmonies of #FADDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADDD0

Black with #FADDD0

Text Example


Text Example

White with #FADDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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