Html Css Color HEX #FBDBD3 Pippin

📋 copy color: '#FBDBD3'

red 251 ◦ green 219 ◦ blue 211

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

Shades of Pippin #FBDBD3

Tints of Pippin #FBDBD3

RGB

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

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

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

R = 36.86%
G = 32.16%
B = 30.98%

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

#FBDBD3 (or 0xFBDBD3) is known color: Pippin. HEX triplet: FB, DB and D3. RGB value is (251,219,211). Sum of RGB (Red+Green+Blue) = 251+219+211=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 219 (85.94% from 255 or 32.16% from 681); Blue value is 211 (82.81% from 255 or 30.98% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBD3 is #04242C. Grayscale: #E3E3E3. Windows color (decimal): -271405 or 13884411. OLE color: 13884411.

HSL color Cylindrical-coordinate representation of color #FBDBD3: hue angle of 12º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FBDBD3 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 219 211 -
CMYK 0 0.13 0.16 0.02
HSL 12º 0.83% 0.91% -
HSV(B) 12º 0.16% 0.98% -
XYZ 76.87 75.88 72.22 -
YUV 227.66 118.6 144.65 -
System Red Green Blue C M Y K H S L
Decimal 251 219 211 0 0.13 0.16 0.02 12 0.83 0.91
Hex FB DB D3 0 D 10 2 C 53 5B
Octal 373 333 323 0 15 20 2 14 123 133
Binary 11111011 11011011 11010011 0 1101 10000 10 1100 1010011 1011011

Color Harmonies of #FBDBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDBD3

Black with #FBDBD3

Text Example


Text Example

White with #FBDBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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