Html Css Color HEX #F0F7CE Rice Flower

📋 copy color: '#F0F7CE'

red 240 ◦ green 247 ◦ blue 206

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

Shades of Rice Flower #F0F7CE

Tints of Rice Flower #F0F7CE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 35.64%

 BLUE value IS 206 (80.86% from 255) = 29.73%

R = 34.63%
G = 35.64%
B = 29.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F0F7CE (or 0xF0F7CE) is known color: Rice Flower. HEX triplet: F0, F7 and CE. RGB value is (240,247,206). Sum of RGB (Red+Green+Blue) = 240+247+206=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 247 (96.88% from 255 or 35.64% from 693); Blue value is 206 (80.86% from 255 or 29.73% from 693); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F7CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F7CE is #0F0831. Grayscale: #F0F0F0. Windows color (decimal): -985138 or 13563888. OLE color: 13563888.

HSL color Cylindrical-coordinate representation of color #F0F7CE: hue angle of 70.24º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0F7CE is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 240 247 206 -
CMYK 0.03 0 0.17 0.03
HSL 70.24º 0.72% 0.89% -
HSV(B) 70.24º 0.17% 0.97% -
XYZ 80.34 89.5 71.43 -
YUV 240.23 108.68 127.83 -
System Red Green Blue C M Y K H S L
Decimal 240 247 206 0.03 0 0.17 0.03 70.24 0.72 0.89
Hex F0 F7 CE 3 0 11 3 46 48 59
Octal 360 367 316 3 0 21 3 106 110 131
Binary 11110000 11110111 11001110 11 0 10001 11 1000110 1001000 1011001

Color Harmonies of #F0F7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F7CE

Black with #F0F7CE

Text Example


Text Example

White with #F0F7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F7CE; }

 p { color: rgb(240,247,206); }

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

background-color css

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

 a { background-color: rgb(240,247,206); }

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

border-color css

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

 span { border-color: rgb(240,247,206); }

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