Html Css Color HEX #F0F6D9 Rice Flower

📋 copy color: '#F0F6D9'

red 240 ◦ green 246 ◦ blue 217

#F0F6D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rice Flower #F0F6D9

Tints of Rice Flower #F0F6D9

RGB

 RED value IS 240 (94.14% from 255) = 34.14%

 GREEN value IS 246 (96.48% from 255) = 34.99%

 BLUE value IS 217 (85.16% from 255) = 30.87%

R = 34.14%
G = 34.99%
B = 30.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F0F6D9 (or 0xF0F6D9) is known color: Rice Flower. HEX triplet: F0, F6 and D9. RGB value is (240,246,217). Sum of RGB (Red+Green+Blue) = 240+246+217=703 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.14% from 703); Green value is 246 (96.48% from 255 or 34.99% from 703); Blue value is 217 (85.16% from 255 or 30.87% from 703); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F6D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F6D9 is #0F0926. Grayscale: #F1F1F1. Windows color (decimal): -985383 or 14284528. OLE color: 14284528.

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

Color convert

RGB 240 246 217 -
CMYK 0.02 0 0.12 0.04
HSL 72.41º 0.62% 0.91% -
HSV(B) 72.41º 0.12% 0.96% -
XYZ 81.42 89.45 78.62 -
YUV 240.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 240 246 217 0.02 0 0.12 0.04 72.41 0.62 0.91
Hex F0 F6 D9 2 0 C 4 48 3E 5B
Octal 360 366 331 2 0 14 4 110 76 133
Binary 11110000 11110110 11011001 10 0 1100 100 1001000 111110 1011011

Color Harmonies of #F0F6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F6D9

Black with #F0F6D9

Text Example


Text Example

White with #F0F6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F6D9; }

 p { color: rgb(240,246,217); }

 H1.HeaderClassName
 {
   color: #F0F6D9;
 }
 .AnyTagClassName
 {
   color: #F0F6D9;
 }
</style>

background-color css

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

 a { background-color: rgb(240,246,217); }

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

border-color css

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

 span { border-color: rgb(240,246,217); }

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