Html Css Color HEX #FBDFD6 Pippin

📋 copy color: '#FBDFD6'

red 251 ◦ green 223 ◦ blue 214

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

Shades of Pippin #FBDFD6

Tints of Pippin #FBDFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 31.1%

R = 36.48%
G = 32.41%
B = 31.1%

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

#FBDFD6 (or 0xFBDFD6) is known color: Pippin. HEX triplet: FB, DF and D6. RGB value is (251,223,214). Sum of RGB (Red+Green+Blue) = 251+223+214=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 223 (87.5% from 255 or 32.41% from 688); Blue value is 214 (83.98% from 255 or 31.10% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFD6 is #042029. Grayscale: #E6E6E6. Windows color (decimal): -270378 or 14082043. OLE color: 14082043.

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

Color convert

RGB 251 223 214 -
CMYK 0 0.11 0.15 0.02
HSL 14.59º 0.82% 0.91% -
HSV(B) 14.59º 0.15% 0.98% -
XYZ 78.31 78.14 74.57 -
YUV 230.35 118.78 142.73 -
System Red Green Blue C M Y K H S L
Decimal 251 223 214 0 0.11 0.15 0.02 14.59 0.82 0.91
Hex FB DF D6 0 B F 2 F 52 5B
Octal 373 337 326 0 13 17 2 17 122 133
Binary 11111011 11011111 11010110 0 1011 1111 10 1111 1010010 1011011

Color Harmonies of #FBDFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDFD6

Black with #FBDFD6

Text Example


Text Example

White with #FBDFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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