#F1F8D0

Color #F1F8D0 Rice Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rice Flower #F1F8D0

Tints of Rice Flower #F1F8D0

Color information

#F1F8D0 (or 0xF1F8D0) is unknown color: approx Rice Flower. HEX triplet: F1, F8 and D0. RGB value is (241,248,208). Sum of RGB (Red+Green+Blue) = 241+248+208=697 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.58% from 697); Green value is 248 (97.27% from 255 or 35.58% from 697); Blue value is 208 (81.64% from 255 or 29.84% from 697); Max value from RGB is 248 - color contains mainly: green. Hex color #F1F8D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F8D0 is #0E072F. Grayscale: #F1F1F1. Windows color (decimal): -919344 or 13695217. OLE color: 13695217.

HSL color Cylindrical-coordinate representation of color #F1F8D0: hue angle of 70.5º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1F8D0 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB241248208-
CMYK0.0300.160.03
HSL70.5º74.07%89.41%-
HSV(B)70.5º16.13%97.25%-
XYZ81.2390.3972.84-
YUV241.35109.18127.75-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.58%
GREEN value IS 248 (97.27% from 255) = 35.58%
BLUE value IS 208 (81.64% from 255) = 29.84%
R=34.58%
G=35.58%
B=29.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2412482080.0300.160.0370.574.0789.41
HexF1F8D030103464a59
Octal36137032030203106112131
Binary1111000111111000110100001101000011100011010010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F8D0; }

 p { color: rgb(241,248,208); }

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

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

 a { background-color: rgb(241,248,208); }

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

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

 span { border-color: rgb(241,248,208); }

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