Html Css Color HEX #FBDFD3 Pippin

📋 copy color: '#FBDFD3'

red 251 ◦ green 223 ◦ blue 211

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

Shades of Pippin #FBDFD3

Tints of Pippin #FBDFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 30.8%

R = 36.64%
G = 32.55%
B = 30.8%

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

#FBDFD3 (or 0xFBDFD3) is known color: Pippin. HEX triplet: FB, DF and D3. RGB value is (251,223,211). Sum of RGB (Red+Green+Blue) = 251+223+211=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 211 (82.81% from 255 or 30.80% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDFD3 is #04202C. Grayscale: #E6E6E6. Windows color (decimal): -270381 or 13885435. OLE color: 13885435.

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

Color convert

RGB 251 223 211 -
CMYK 0 0.11 0.16 0.02
HSL 18º 0.83% 0.91% -
HSV(B) 18º 0.16% 0.98% -
XYZ 77.93 77.99 72.57 -
YUV 230 117.28 142.98 -
System Red Green Blue C M Y K H S L
Decimal 251 223 211 0 0.11 0.16 0.02 18 0.83 0.91
Hex FB DF D3 0 B 10 2 12 53 5B
Octal 373 337 323 0 13 20 2 22 123 133
Binary 11111011 11011111 11010011 0 1011 10000 10 10010 1010011 1011011

Color Harmonies of #FBDFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDFD3

Black with #FBDFD3

Text Example


Text Example

White with #FBDFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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