#F3FCDA

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

Shades of Rice Flower #F3FCDA

Tints of Rice Flower #F3FCDA

Color information

#F3FCDA (or 0xF3FCDA) is unknown color: approx Rice Flower. HEX triplet: F3, FC and DA. RGB value is (243,252,218). Sum of RGB (Red+Green+Blue) = 243+252+218=713 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.08% from 713); Green value is 252 (98.83% from 255 or 35.34% from 713); Blue value is 218 (85.55% from 255 or 30.58% from 713); Max value from RGB is 252 - color contains mainly: green. Hex color #F3FCDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FCDA is #0C0325. Grayscale: #F5F5F5. Windows color (decimal): -787238 or 14351603. OLE color: 14351603.

HSL color Cylindrical-coordinate representation of color #F3FCDA: hue angle of 75.88º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F3FCDA is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB243252218-
CMYK0.0400.130.01
HSL75.88º85%92.16%-
HSV(B)75.88º13.49%98.82%-
XYZ84.4393.7479.97-
YUV245.43112.52126.26-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.08%
GREEN value IS 252 (98.83% from 255) = 35.34%
BLUE value IS 218 (85.55% from 255) = 30.58%
R=34.08%
G=35.34%
B=30.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2432522180.0400.130.0175.888592.16
HexF3FCDA40D14c555c
Octal36337433240151114125134
Binary111100111111110011011010100011011100110010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FCDA; }

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

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

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

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

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

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

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

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