#F8F3DD

Color #F8F3DD Off Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Off Yellow #F8F3DD

Tints of Off Yellow #F8F3DD

Color information

#F8F3DD (or 0xF8F3DD) is unknown color: approx Off Yellow. HEX triplet: F8, F3 and DD. RGB value is (248,243,221). Sum of RGB (Red+Green+Blue) = 248+243+221=712 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.83% from 712); Green value is 243 (95.31% from 255 or 34.13% from 712); Blue value is 221 (86.72% from 255 or 31.04% from 712); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F3DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F3DD is #070C22. Grayscale: #F2F2F2. Windows color (decimal): -461859 or 14545912. OLE color: 14545912.

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

Color convert

RGB248243221-
CMYK00.020.110.03
HSL48.89º65.85%91.96%-
HSV(B)48.89º10.89%97.25%-
XYZ83.8189.2881.22-
YUV241.99116.16132.29-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.83%
GREEN value IS 243 (95.31% from 255) = 34.13%
BLUE value IS 221 (86.72% from 255) = 31.04%
R=34.83%
G=34.13%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824322100.020.110.0348.8965.8591.96
HexF8F3DD02B331425c
Octal3703633350213361102134
Binary11111000111100111101110101010111111000110000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F3DD; }

 p { color: rgb(248,243,221); }

 H1.HeaderClassName
 {
   color: #F8F3DD;
 }
 .AnyTagClassName
 {
   color: #F8F3DD;
 }
</style>
background-color css

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

 a { background-color: rgb(248,243,221); }

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

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

 span { border-color: rgb(248,243,221); }

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