Html Css Color HEX #FBE0D7 Pippin

📋 copy color: '#FBE0D7'

red 251 ◦ green 224 ◦ blue 215

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

Shades of Pippin #FBE0D7

Tints of Pippin #FBE0D7

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.46%

 BLUE value IS 215 (84.38% from 255) = 31.16%

R = 36.38%
G = 32.46%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FBE0D7 (or 0xFBE0D7) is known color: Pippin. HEX triplet: FB, E0 and D7. RGB value is (251,224,215). Sum of RGB (Red+Green+Blue) = 251+224+215=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 224 (87.89% from 255 or 32.46% from 690); Blue value is 215 (84.38% from 255 or 31.16% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0D7 is #041F28. Grayscale: #E7E7E7. Windows color (decimal): -270121 or 14147835. OLE color: 14147835.

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

Color convert

RGB 251 224 215 -
CMYK 0 0.11 0.14 0.02
HSL 15º 0.82% 0.91% -
HSV(B) 15º 0.14% 0.98% -
XYZ 78.71 78.73 75.34 -
YUV 231.05 118.95 142.23 -
System Red Green Blue C M Y K H S L
Decimal 251 224 215 0 0.11 0.14 0.02 15 0.82 0.91
Hex FB E0 D7 0 B E 2 F 52 5B
Octal 373 340 327 0 13 16 2 17 122 133
Binary 11111011 11100000 11010111 0 1011 1110 10 1111 1010010 1011011

Color Harmonies of #FBE0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE0D7

Black with #FBE0D7

Text Example


Text Example

White with #FBE0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE0D7; }

 p { color: rgb(251,224,215); }

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

background-color css

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

 a { background-color: rgb(251,224,215); }

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

border-color css

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

 span { border-color: rgb(251,224,215); }

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