Html Css Color HEX #FBDFD5 Pippin

📋 copy color: '#FBDFD5'

red 251 ◦ green 223 ◦ blue 213

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

Shades of Pippin #FBDFD5

Tints of Pippin #FBDFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 31%

R = 36.54%
G = 32.46%
B = 31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FBDFD5 (or 0xFBDFD5) is known color: Pippin. HEX triplet: FB, DF and D5. RGB value is (251,223,213). Sum of RGB (Red+Green+Blue) = 251+223+213=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 223 (87.5% from 255 or 32.46% from 687); Blue value is 213 (83.59% from 255 or 31.00% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFD5 is #04202A. Grayscale: #E6E6E6. Windows color (decimal): -270379 or 14016507. OLE color: 14016507.

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

Color convert

RGB 251 223 213 -
CMYK 0 0.11 0.15 0.02
HSL 15.79º 0.83% 0.91% -
HSV(B) 15.79º 0.15% 0.98% -
XYZ 78.18 78.09 73.9 -
YUV 230.23 118.28 142.81 -
System Red Green Blue C M Y K H S L
Decimal 251 223 213 0 0.11 0.15 0.02 15.79 0.83 0.91
Hex FB DF D5 0 B F 2 10 53 5B
Octal 373 337 325 0 13 17 2 20 123 133
Binary 11111011 11011111 11010101 0 1011 1111 10 10000 1010011 1011011

Color Harmonies of #FBDFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDFD5

Black with #FBDFD5

Text Example


Text Example

White with #FBDFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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