Html Css Color HEX #F0F7CF Rice Flower

📋 copy color: '#F0F7CF'

red 240 ◦ green 247 ◦ blue 207

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

Shades of Rice Flower #F0F7CF

Tints of Rice Flower #F0F7CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 29.83%

R = 34.58%
G = 35.59%
B = 29.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F0F7CF (or 0xF0F7CF) is known color: Rice Flower. HEX triplet: F0, F7 and CF. RGB value is (240,247,207). Sum of RGB (Red+Green+Blue) = 240+247+207=694 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.58% from 694); Green value is 247 (96.88% from 255 or 35.59% from 694); Blue value is 207 (81.25% from 255 or 29.83% from 694); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F7CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F7CF is #0F0830. Grayscale: #F0F0F0. Windows color (decimal): -985137 or 13629424. OLE color: 13629424.

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

Color convert

RGB 240 247 207 -
CMYK 0.03 0 0.16 0.03
HSL 70.5º 0.71% 0.89% -
HSV(B) 70.5º 0.16% 0.97% -
XYZ 80.46 89.55 72.08 -
YUV 240.35 109.18 127.75 -
System Red Green Blue C M Y K H S L
Decimal 240 247 207 0.03 0 0.16 0.03 70.5 0.71 0.89
Hex F0 F7 CF 3 0 10 3 46 47 59
Octal 360 367 317 3 0 20 3 106 107 131
Binary 11110000 11110111 11001111 11 0 10000 11 1000110 1000111 1011001

Color Harmonies of #F0F7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F7CF

Black with #F0F7CF

Text Example


Text Example

White with #F0F7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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