Html Css Color HEX #FBDFD1 Pippin

📋 copy color: '#FBDFD1'

red 251 ◦ green 223 ◦ blue 209

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

Shades of Pippin #FBDFD1

Tints of Pippin #FBDFD1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.65%

 BLUE value IS 209 (82.03% from 255) = 30.6%

R = 36.75%
G = 32.65%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FBDFD1 (or 0xFBDFD1) is known color: Pippin. HEX triplet: FB, DF and D1. RGB value is (251,223,209). Sum of RGB (Red+Green+Blue) = 251+223+209=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 223 (87.5% from 255 or 32.65% from 683); Blue value is 209 (82.03% from 255 or 30.60% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFD1 is #04202E. Grayscale: #E5E5E5. Windows color (decimal): -270383 or 13754363. OLE color: 13754363.

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

Color convert

RGB 251 223 209 -
CMYK 0 0.11 0.17 0.02
HSL 20º 0.84% 0.9% -
HSV(B) 20º 0.17% 0.98% -
XYZ 77.68 77.89 71.26 -
YUV 229.78 116.28 143.14 -
System Red Green Blue C M Y K H S L
Decimal 251 223 209 0 0.11 0.17 0.02 20 0.84 0.9
Hex FB DF D1 0 B 11 2 14 54 5A
Octal 373 337 321 0 13 21 2 24 124 132
Binary 11111011 11011111 11010001 0 1011 10001 10 10100 1010100 1011010

Color Harmonies of #FBDFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDFD1

Black with #FBDFD1

Text Example


Text Example

White with #FBDFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDFD1; }

 p { color: rgb(251,223,209); }

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

background-color css

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

 a { background-color: rgb(251,223,209); }

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

border-color css

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

 span { border-color: rgb(251,223,209); }

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