Html Css Color HEX #F0F7CB Rice Flower

📋 copy color: '#F0F7CB'

red 240 ◦ green 247 ◦ blue 203

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

Shades of Rice Flower #F0F7CB

Tints of Rice Flower #F0F7CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 29.42%

R = 34.78%
G = 35.8%
B = 29.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F0F7CB (or 0xF0F7CB) is known color: Rice Flower. HEX triplet: F0, F7 and CB. RGB value is (240,247,203). Sum of RGB (Red+Green+Blue) = 240+247+203=690 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.78% from 690); Green value is 247 (96.88% from 255 or 35.80% from 690); Blue value is 203 (79.69% from 255 or 29.42% from 690); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F7CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F7CB is #0F0834. Grayscale: #F0F0F0. Windows color (decimal): -985141 or 13367280. OLE color: 13367280.

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

Color convert

RGB 240 247 203 -
CMYK 0.03 0 0.18 0.03
HSL 69.55º 0.73% 0.88% -
HSV(B) 69.55º 0.18% 0.97% -
XYZ 79.98 89.36 69.53 -
YUV 239.89 107.18 128.08 -
System Red Green Blue C M Y K H S L
Decimal 240 247 203 0.03 0 0.18 0.03 69.55 0.73 0.88
Hex F0 F7 CB 3 0 12 3 46 49 58
Octal 360 367 313 3 0 22 3 106 111 130
Binary 11110000 11110111 11001011 11 0 10010 11 1000110 1001001 1011000

Color Harmonies of #F0F7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F7CB

Black with #F0F7CB

Text Example


Text Example

White with #F0F7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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