Html Css Color HEX #FBEFD7 Half Dutch White

📋 copy color: '#FBEFD7'

red 251 ◦ green 239 ◦ blue 215

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

Shades of Half Dutch White #FBEFD7

Tints of Half Dutch White #FBEFD7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 33.9%

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

R = 35.6%
G = 33.9%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FBEFD7 (or 0xFBEFD7) is known color: Half Dutch White. HEX triplet: FB, EF and D7. RGB value is (251,239,215). Sum of RGB (Red+Green+Blue) = 251+239+215=705 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.60% from 705); Green value is 239 (93.75% from 255 or 33.90% from 705); Blue value is 215 (84.38% from 255 or 30.50% from 705); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFD7 is #041028. Grayscale: #EFEFEF. Windows color (decimal): -266281 or 14151675. OLE color: 14151675.

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

Color convert

RGB 251 239 215 -
CMYK 0 0.05 0.14 0.02
HSL 40º 0.82% 0.91% -
HSV(B) 40º 0.14% 0.98% -
XYZ 82.92 87.15 76.74 -
YUV 239.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 251 239 215 0 0.05 0.14 0.02 40 0.82 0.91
Hex FB EF D7 0 5 E 2 28 52 5B
Octal 373 357 327 0 5 16 2 50 122 133
Binary 11111011 11101111 11010111 0 101 1110 10 101000 1010010 1011011

Color Harmonies of #FBEFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEFD7

Black with #FBEFD7

Text Example


Text Example

White with #FBEFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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