#F3FCCF

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

Shades of Rice Flower #F3FCCF

Tints of Rice Flower #F3FCCF

Color information

#F3FCCF (or 0xF3FCCF) is unknown color: approx Rice Flower. HEX triplet: F3, FC and CF. RGB value is (243,252,207). Sum of RGB (Red+Green+Blue) = 243+252+207=702 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.62% from 702); Green value is 252 (98.83% from 255 or 35.90% from 702); Blue value is 207 (81.25% from 255 or 29.49% from 702); Max value from RGB is 252 - color contains mainly: green. Hex color #F3FCCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FCCF is #0C0330. Grayscale: #F4F4F4. Windows color (decimal): -787249 or 13630707. OLE color: 13630707.

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

Color convert

RGB243252207-
CMYK0.0400.180.01
HSL72º88.24%90%-
HSV(B)72º17.86%98.82%-
XYZ83.0493.1872.64-
YUV244.18107.02127.16-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.62%
GREEN value IS 252 (98.83% from 255) = 35.90%
BLUE value IS 207 (81.25% from 255) = 29.49%
R=34.62%
G=35.90%
B=29.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2432522070.0400.180.017288.2490
HexF3FCCF4012148585a
Octal36337431740221110130132
Binary1111001111111100110011111000100101100100010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3FCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3FCCF; }

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

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

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

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

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

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

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

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