Html Css Color HEX #FBDBD2 Pippin

📋 copy color: '#FBDBD2'

red 251 ◦ green 219 ◦ blue 210

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

Shades of Pippin #FBDBD2

Tints of Pippin #FBDBD2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.21%

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

R = 36.91%
G = 32.21%
B = 30.88%

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

#FBDBD2 (or 0xFBDBD2) is known color: Pippin. HEX triplet: FB, DB and D2. RGB value is (251,219,210). Sum of RGB (Red+Green+Blue) = 251+219+210=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 210 (82.42% from 255 or 30.88% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBD2 is #04242D. Grayscale: #E3E3E3. Windows color (decimal): -271406 or 13818875. OLE color: 13818875.

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

Color convert

RGB 251 219 210 -
CMYK 0 0.13 0.16 0.02
HSL 13.17º 0.84% 0.9% -
HSV(B) 13.17º 0.16% 0.98% -
XYZ 76.75 75.83 71.56 -
YUV 227.54 118.1 144.73 -
System Red Green Blue C M Y K H S L
Decimal 251 219 210 0 0.13 0.16 0.02 13.17 0.84 0.9
Hex FB DB D2 0 D 10 2 D 54 5A
Octal 373 333 322 0 15 20 2 15 124 132
Binary 11111011 11011011 11010010 0 1101 10000 10 1101 1010100 1011010

Color Harmonies of #FBDBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDBD2

Black with #FBDBD2

Text Example


Text Example

White with #FBDBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDBD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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