Html Css Color HEX #FBF3DA Off Yellow

📋 copy color: '#FBF3DA'

red 251 ◦ green 243 ◦ blue 218

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

Shades of Off Yellow #FBF3DA

Tints of Off Yellow #FBF3DA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 34.13%

 BLUE value IS 218 (85.55% from 255) = 30.62%

R = 35.25%
G = 34.13%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FBF3DA (or 0xFBF3DA) is known color: Off Yellow. HEX triplet: FB, F3 and DA. RGB value is (251,243,218). Sum of RGB (Red+Green+Blue) = 251+243+218=712 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.25% from 712); Green value is 243 (95.31% from 255 or 34.13% from 712); Blue value is 218 (85.55% from 255 or 30.62% from 712); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF3DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBF3DA is #040C25. Grayscale: #F2F2F2. Windows color (decimal): -265254 or 14349307. OLE color: 14349307.

HSL color Cylindrical-coordinate representation of color #FBF3DA: hue angle of 45.45º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBF3DA is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 243 218 -
CMYK 0 0.03 0.13 0.02
HSL 45.45º 0.8% 0.92% -
HSV(B) 45.45º 0.13% 0.98% -
XYZ 84.49 89.67 79.19 -
YUV 242.54 114.15 134.03 -
System Red Green Blue C M Y K H S L
Decimal 251 243 218 0 0.03 0.13 0.02 45.45 0.8 0.92
Hex FB F3 DA 0 3 D 2 2D 50 5C
Octal 373 363 332 0 3 15 2 55 120 134
Binary 11111011 11110011 11011010 0 11 1101 10 101101 1010000 1011100

Color Harmonies of #FBF3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF3DA

Black with #FBF3DA

Text Example


Text Example

White with #FBF3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF3DA; }

 p { color: rgb(251,243,218); }

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

background-color css

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

 a { background-color: rgb(251,243,218); }

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

border-color css

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

 span { border-color: rgb(251,243,218); }

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