Html Css Color HEX #FBD9D2 Pippin

📋 copy color: '#FBD9D2'

red 251 ◦ green 217 ◦ blue 210

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

Shades of Pippin #FBD9D2

Tints of Pippin #FBD9D2

RGB

 RED value IS 251 (98.44% from 255) = 37.02%

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

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

R = 37.02%
G = 32.01%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FBD9D2 (or 0xFBD9D2) is known color: Pippin. HEX triplet: FB, D9 and D2. RGB value is (251,217,210). Sum of RGB (Red+Green+Blue) = 251+217+210=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 217 (85.16% from 255 or 32.01% from 678); Blue value is 210 (82.42% from 255 or 30.97% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD9D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD9D2 is #04262D. Grayscale: #E2E2E2. Windows color (decimal): -271918 or 13818363. OLE color: 13818363.

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

Color convert

RGB 251 217 210 -
CMYK 0 0.14 0.16 0.02
HSL 10.24º 0.84% 0.9% -
HSV(B) 10.24º 0.16% 0.98% -
XYZ 76.23 74.79 71.39 -
YUV 226.37 118.76 145.57 -
System Red Green Blue C M Y K H S L
Decimal 251 217 210 0 0.14 0.16 0.02 10.24 0.84 0.9
Hex FB D9 D2 0 E 10 2 A 54 5A
Octal 373 331 322 0 16 20 2 12 124 132
Binary 11111011 11011001 11010010 0 1110 10000 10 1010 1010100 1011010

Color Harmonies of #FBD9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD9D2

Black with #FBD9D2

Text Example


Text Example

White with #FBD9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD9D2; }

 p { color: rgb(251,217,210); }

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

background-color css

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

 a { background-color: rgb(251,217,210); }

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

border-color css

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

 span { border-color: rgb(251,217,210); }

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