#F3FBDA

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

Shades of Rice Flower #F3FBDA

Tints of Rice Flower #F3FBDA

Color information

#F3FBDA (or 0xF3FBDA) is unknown color: approx Rice Flower. HEX triplet: F3, FB and DA. RGB value is (243,251,218). Sum of RGB (Red+Green+Blue) = 243+251+218=712 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.13% from 712); Green value is 251 (98.44% from 255 or 35.25% from 712); Blue value is 218 (85.55% from 255 or 30.62% from 712); Max value from RGB is 251 - color contains mainly: green. Hex color #F3FBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FBDA is #0C0425. Grayscale: #F4F4F4. Windows color (decimal): -787494 or 14351347. OLE color: 14351347.

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

Color convert

RGB243251218-
CMYK0.0300.130.02
HSL74.55º80.49%91.96%-
HSV(B)74.55º13.15%98.43%-
XYZ84.1193.1179.87-
YUV244.85112.85126.68-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.13%
GREEN value IS 251 (98.44% from 255) = 35.25%
BLUE value IS 218 (85.55% from 255) = 30.62%
R=34.13%
G=35.25%
B=30.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2432512180.0300.130.0274.5580.4991.96
HexF3FBDA30D24b505c
Octal36337333230152113120134
Binary111100111111101111011010110110110100101110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FBDA; }

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

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

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

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

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

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

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

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