#F3F9DC

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

Shades of Rice Flower #F3F9DC

Tints of Rice Flower #F3F9DC

Color information

#F3F9DC (or 0xF3F9DC) is unknown color: approx Rice Flower. HEX triplet: F3, F9 and DC. RGB value is (243,249,220). Sum of RGB (Red+Green+Blue) = 243+249+220=712 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.13% from 712); Green value is 249 (97.66% from 255 or 34.97% from 712); Blue value is 220 (86.33% from 255 or 30.90% from 712); Max value from RGB is 249 - color contains mainly: green. Hex color #F3F9DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F9DC is #0C0623. Grayscale: #F4F4F4. Windows color (decimal): -788004 or 14481907. OLE color: 14481907.

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

Color convert

RGB243249220-
CMYK0.0200.120.02
HSL72.41º70.73%91.96%-
HSV(B)72.41º11.65%97.65%-
XYZ83.7691.9781.05-
YUV243.9114.51127.36-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.13%
GREEN value IS 249 (97.66% from 255) = 34.97%
BLUE value IS 220 (86.33% from 255) = 30.90%
R=34.13%
G=34.97%
B=30.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2432492200.0200.120.0272.4170.7391.96
HexF3F9DC20C248475c
Octal36337133420142110107134
Binary111100111111100111011100100110010100100010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F9DC; }

 p { color: rgb(243,249,220); }

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

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

 a { background-color: rgb(243,249,220); }

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

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

 span { border-color: rgb(243,249,220); }

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