Html Css Color HEX #F0F3CE Rice Flower

📋 copy color: '#F0F3CE'

red 240 ◦ green 243 ◦ blue 206

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

Shades of Rice Flower #F0F3CE

Tints of Rice Flower #F0F3CE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 35.27%

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

R = 34.83%
G = 35.27%
B = 29.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F0F3CE (or 0xF0F3CE) is known color: Rice Flower. HEX triplet: F0, F3 and CE. RGB value is (240,243,206). Sum of RGB (Red+Green+Blue) = 240+243+206=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 243 (95.31% from 255 or 35.27% from 689); Blue value is 206 (80.86% from 255 or 29.90% from 689); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F3CE is #0F0C31. Grayscale: #EEEEEE. Windows color (decimal): -986162 or 13562864. OLE color: 13562864.

HSL color Cylindrical-coordinate representation of color #F0F3CE: hue angle of 64.86º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0F3CE is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 243 206 -
CMYK 0.01 0 0.15 0.05
HSL 64.86º 0.61% 0.88% -
HSV(B) 64.86º 0.15% 0.95% -
XYZ 79.13 87.08 71.03 -
YUV 237.89 110.01 129.51 -
System Red Green Blue C M Y K H S L
Decimal 240 243 206 0.01 0 0.15 0.05 64.86 0.61 0.88
Hex F0 F3 CE 1 0 F 5 41 3D 58
Octal 360 363 316 1 0 17 5 101 75 130
Binary 11110000 11110011 11001110 1 0 1111 101 1000001 111101 1011000

Color Harmonies of #F0F3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F3CE

Black with #F0F3CE

Text Example


Text Example

White with #F0F3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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