#F4FFCF

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

Shades of Rice Flower #F4FFCF

Tints of Rice Flower #F4FFCF

Color information

#F4FFCF (or 0xF4FFCF) is unknown color: approx Rice Flower. HEX triplet: F4, FF and CF. RGB value is (244,255,207). Sum of RGB (Red+Green+Blue) = 244+255+207=706 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.56% from 706); Green value is 255 (100% from 255 or 36.12% from 706); Blue value is 207 (81.25% from 255 or 29.32% from 706); Max value from RGB is 255 - color contains mainly: green. Hex color #F4FFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FFCF is #0B0030. Grayscale: #F6F6F6. Windows color (decimal): -720945 or 13631476. OLE color: 13631476.

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

Color convert

RGB244255207-
CMYK0.0400.190
HSL73.75º100%90.59%-
HSV(B)73.75º18.82%100%-
XYZ84.3395.2672.97-
YUV246.24105.86126.4-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.56%
GREEN value IS 255 (100% from 255) = 36.12%
BLUE value IS 207 (81.25% from 255) = 29.32%
R=34.56%
G=36.12%
B=29.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2442552070.0400.19073.7510090.59
HexF4FFCF401304a645b
Octal36437731740230112144133
Binary1111010011111111110011111000100110100101011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FFCF; }

 p { color: rgb(244,255,207); }

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

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

 a { background-color: rgb(244,255,207); }

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

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

 span { border-color: rgb(244,255,207); }

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