#F3FCCD

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

Shades of Rice Flower #F3FCCD

Tints of Rice Flower #F3FCCD

Color information

#F3FCCD (or 0xF3FCCD) is unknown color: approx Rice Flower. HEX triplet: F3, FC and CD. RGB value is (243,252,205). Sum of RGB (Red+Green+Blue) = 243+252+205=700 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.71% from 700); Green value is 252 (98.83% from 255 or 36% from 700); Blue value is 205 (80.47% from 255 or 29.29% from 700); Max value from RGB is 252 - color contains mainly: green. Hex color #F3FCCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FCCD is #0C0332. Grayscale: #F4F4F4. Windows color (decimal): -787251 or 13499635. OLE color: 13499635.

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

Color convert

RGB243252205-
CMYK0.0400.190.01
HSL71.49º88.68%89.61%-
HSV(B)71.49º18.65%98.82%-
XYZ82.7993.0871.36-
YUV243.95106.02127.32-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.71%
GREEN value IS 252 (98.83% from 255) = 36%
BLUE value IS 205 (80.47% from 255) = 29.29%
R=34.71%
G=36%
B=29.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2432522050.0400.190.0171.4988.6889.61
HexF3FCCD4013147595a
Octal36337431540231107131132
Binary1111001111111100110011011000100111100011110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FCCD; }

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

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

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

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

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

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

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

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