Html Css Color HEX #F0F3D6 Rice Flower

📋 copy color: '#F0F3D6'

red 240 ◦ green 243 ◦ blue 214

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

Shades of Rice Flower #F0F3D6

Tints of Rice Flower #F0F3D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 30.7%

R = 34.43%
G = 34.86%
B = 30.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F0F3D6 (or 0xF0F3D6) is known color: Rice Flower. HEX triplet: F0, F3 and D6. RGB value is (240,243,214). Sum of RGB (Red+Green+Blue) = 240+243+214=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 243 (95.31% from 255 or 34.86% from 697); Blue value is 214 (83.98% from 255 or 30.70% from 697); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F3D6 is #0F0C29. Grayscale: #EEEEEE. Windows color (decimal): -986154 or 14087152. OLE color: 14087152.

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

Color convert

RGB 240 243 214 -
CMYK 0.01 0 0.12 0.05
HSL 66.21º 0.55% 0.9% -
HSV(B) 66.21º 0.12% 0.95% -
XYZ 80.12 87.48 76.28 -
YUV 238.8 114.01 128.86 -
System Red Green Blue C M Y K H S L
Decimal 240 243 214 0.01 0 0.12 0.05 66.21 0.55 0.9
Hex F0 F3 D6 1 0 C 5 42 37 5A
Octal 360 363 326 1 0 14 5 102 67 132
Binary 11110000 11110011 11010110 1 0 1100 101 1000010 110111 1011010

Color Harmonies of #F0F3D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F3D6

Black with #F0F3D6

Text Example


Text Example

White with #F0F3D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F3D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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