#F3FBD5

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

Shades of Rice Flower #F3FBD5

Tints of Rice Flower #F3FBD5

Color information

#F3FBD5 (or 0xF3FBD5) is unknown color: approx Rice Flower. HEX triplet: F3, FB and D5. RGB value is (243,251,213). Sum of RGB (Red+Green+Blue) = 243+251+213=707 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.37% from 707); Green value is 251 (98.44% from 255 or 35.50% from 707); Blue value is 213 (83.59% from 255 or 30.13% from 707); Max value from RGB is 251 - color contains mainly: green. Hex color #F3FBD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FBD5 is #0C042A. Grayscale: #F4F4F4. Windows color (decimal): -787499 or 14023667. OLE color: 14023667.

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

Color convert

RGB243251213-
CMYK0.0300.150.02
HSL72.63º82.61%90.98%-
HSV(B)72.63º15.14%98.43%-
XYZ83.4792.8576.47-
YUV244.28110.35127.09-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.37%
GREEN value IS 251 (98.44% from 255) = 35.50%
BLUE value IS 213 (83.59% from 255) = 30.13%
R=34.37%
G=35.50%
B=30.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2432512130.0300.150.0272.6382.6190.98
HexF3FBD530F249535b
Octal36337332530172111123133
Binary111100111111101111010101110111110100100110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FBD5; }

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

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

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

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

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

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

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

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