Html Css Color HEX #FBDFD2 Pippin

📋 copy color: '#FBDFD2'

red 251 ◦ green 223 ◦ blue 210

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

Shades of Pippin #FBDFD2

Tints of Pippin #FBDFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 30.7%

R = 36.7%
G = 32.6%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FBDFD2 (or 0xFBDFD2) is known color: Pippin. HEX triplet: FB, DF and D2. RGB value is (251,223,210). Sum of RGB (Red+Green+Blue) = 251+223+210=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 210 (82.42% from 255 or 30.70% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFD2 is #04202D. Grayscale: #E5E5E5. Windows color (decimal): -270382 or 13819899. OLE color: 13819899.

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

Color convert

RGB 251 223 210 -
CMYK 0 0.11 0.16 0.02
HSL 19.02º 0.84% 0.9% -
HSV(B) 19.02º 0.16% 0.98% -
XYZ 77.8 77.94 71.92 -
YUV 229.89 116.78 143.06 -
System Red Green Blue C M Y K H S L
Decimal 251 223 210 0 0.11 0.16 0.02 19.02 0.84 0.9
Hex FB DF D2 0 B 10 2 13 54 5A
Octal 373 337 322 0 13 20 2 23 124 132
Binary 11111011 11011111 11010010 0 1011 10000 10 10011 1010100 1011010

Color Harmonies of #FBDFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDFD2

Black with #FBDFD2

Text Example


Text Example

White with #FBDFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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