Html Css Color HEX #FBDBD4 Pippin

📋 copy color: '#FBDBD4'

red 251 ◦ green 219 ◦ blue 212

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

Shades of Pippin #FBDBD4

Tints of Pippin #FBDBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 31.09%

R = 36.8%
G = 32.11%
B = 31.09%

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

#FBDBD4 (or 0xFBDBD4) is known color: Pippin. HEX triplet: FB, DB and D4. RGB value is (251,219,212). Sum of RGB (Red+Green+Blue) = 251+219+212=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 219 (85.94% from 255 or 32.11% from 682); Blue value is 212 (83.20% from 255 or 31.09% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBD4 is #04242B. Grayscale: #E3E3E3. Windows color (decimal): -271404 or 13949947. OLE color: 13949947.

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

Color convert

RGB 251 219 212 -
CMYK 0 0.13 0.16 0.02
HSL 10.77º 0.83% 0.91% -
HSV(B) 10.77º 0.16% 0.98% -
XYZ 77 75.93 72.88 -
YUV 227.77 119.1 144.57 -
System Red Green Blue C M Y K H S L
Decimal 251 219 212 0 0.13 0.16 0.02 10.77 0.83 0.91
Hex FB DB D4 0 D 10 2 B 53 5B
Octal 373 333 324 0 15 20 2 13 123 133
Binary 11111011 11011011 11010100 0 1101 10000 10 1011 1010011 1011011

Color Harmonies of #FBDBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDBD4

Black with #FBDBD4

Text Example


Text Example

White with #FBDBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDBD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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