#F2FED0

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

Shades of Rice Flower #F2FED0

Tints of Rice Flower #F2FED0

Color information

#F2FED0 (or 0xF2FED0) is unknown color: approx Rice Flower. HEX triplet: F2, FE and D0. RGB value is (242,254,208). Sum of RGB (Red+Green+Blue) = 242+254+208=704 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.38% from 704); Green value is 254 (99.61% from 255 or 36.08% from 704); Blue value is 208 (81.64% from 255 or 29.55% from 704); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FED0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FED0 is #0D012F. Grayscale: #F5F5F5. Windows color (decimal): -852272 or 13696754. OLE color: 13696754.

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

Color convert

RGB242254208-
CMYK0.0500.180.00
HSL75.65º95.83%90.59%-
HSV(B)75.65º18.11%99.61%-
XYZ83.4494.3173.48-
YUV245.17107.02125.74-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.38%
GREEN value IS 254 (99.61% from 255) = 36.08%
BLUE value IS 208 (81.64% from 255) = 29.55%
R=34.38%
G=36.08%
B=29.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422542080.0500.180.0075.6595.8390.59
HexF2FED0501204c605b
Octal36237632050220114140133
Binary1111001011111110110100001010100100100110011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FED0; }

 p { color: rgb(242,254,208); }

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

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

 a { background-color: rgb(242,254,208); }

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

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

 span { border-color: rgb(242,254,208); }

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