Html Css Color HEX #FBEFD3 Half Dutch White

📋 copy color: '#FBEFD3'

red 251 ◦ green 239 ◦ blue 211

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

Shades of Half Dutch White #FBEFD3

Tints of Half Dutch White #FBEFD3

RGB

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

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

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

R = 35.81%
G = 34.09%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FBEFD3 (or 0xFBEFD3) is known color: Half Dutch White. HEX triplet: FB, EF and D3. RGB value is (251,239,211). Sum of RGB (Red+Green+Blue) = 251+239+211=701 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.81% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 211 (82.81% from 255 or 30.10% from 701); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEFD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEFD3 is #04102C. Grayscale: #EFEFEF. Windows color (decimal): -266285 or 13889531. OLE color: 13889531.

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

Color convert

RGB 251 239 211 -
CMYK 0 0.05 0.16 0.02
HSL 42º 0.83% 0.91% -
HSV(B) 42º 0.16% 0.98% -
XYZ 82.41 86.95 74.07 -
YUV 239.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 251 239 211 0 0.05 0.16 0.02 42 0.83 0.91
Hex FB EF D3 0 5 10 2 2A 53 5B
Octal 373 357 323 0 5 20 2 52 123 133
Binary 11111011 11101111 11010011 0 101 10000 10 101010 1010011 1011011

Color Harmonies of #FBEFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEFD3

Black with #FBEFD3

Text Example


Text Example

White with #FBEFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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