#F3FBD7

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

Shades of Rice Flower #F3FBD7

Tints of Rice Flower #F3FBD7

Color information

#F3FBD7 (or 0xF3FBD7) is unknown color: approx Rice Flower. HEX triplet: F3, FB and D7. RGB value is (243,251,215). Sum of RGB (Red+Green+Blue) = 243+251+215=709 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.27% from 709); Green value is 251 (98.44% from 255 or 35.40% from 709); Blue value is 215 (84.38% from 255 or 30.32% from 709); Max value from RGB is 251 - color contains mainly: green. Hex color #F3FBD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FBD7 is #0C0428. Grayscale: #F4F4F4. Windows color (decimal): -787497 or 14154739. OLE color: 14154739.

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

Color convert

RGB243251215-
CMYK0.0300.140.02
HSL73.33º81.82%91.37%-
HSV(B)73.33º14.34%98.43%-
XYZ83.7392.9677.82-
YUV244.5111.35126.93-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.27%
GREEN value IS 251 (98.44% from 255) = 35.40%
BLUE value IS 215 (84.38% from 255) = 30.32%
R=34.27%
G=35.40%
B=30.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2432512150.0300.140.0273.3381.8291.37
HexF3FBD730E249525b
Octal36337332730162111122133
Binary111100111111101111010111110111010100100110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FBD7; }

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

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

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

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

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

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

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

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