Html Css Color HEX #F0F4CD Rice Flower

📋 copy color: '#F0F4CD'

red 240 ◦ green 244 ◦ blue 205

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

Shades of Rice Flower #F0F4CD

Tints of Rice Flower #F0F4CD

RGB

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

 GREEN value IS 244 (95.7% from 255) = 35.41%

 BLUE value IS 205 (80.47% from 255) = 29.75%

R = 34.83%
G = 35.41%
B = 29.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F0F4CD (or 0xF0F4CD) is known color: Rice Flower. HEX triplet: F0, F4 and CD. RGB value is (240,244,205). Sum of RGB (Red+Green+Blue) = 240+244+205=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 244 (95.70% from 255 or 35.41% from 689); Blue value is 205 (80.47% from 255 or 29.75% from 689); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F4CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F4CD is #0F0B32. Grayscale: #EEEEEE. Windows color (decimal): -985907 or 13497584. OLE color: 13497584.

HSL color Cylindrical-coordinate representation of color #F0F4CD: hue angle of 66.15º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0F4CD is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 244 205 -
CMYK 0.02 0 0.16 0.04
HSL 66.15º 0.64% 0.88% -
HSV(B) 66.15º 0.16% 0.96% -
XYZ 79.31 87.63 70.49 -
YUV 238.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 240 244 205 0.02 0 0.16 0.04 66.15 0.64 0.88
Hex F0 F4 CD 2 0 10 4 42 40 58
Octal 360 364 315 2 0 20 4 102 100 130
Binary 11110000 11110100 11001101 10 0 10000 100 1000010 1000000 1011000

Color Harmonies of #F0F4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F4CD

Black with #F0F4CD

Text Example


Text Example

White with #F0F4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F4CD; }

 p { color: rgb(240,244,205); }

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

background-color css

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

 a { background-color: rgb(240,244,205); }

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

border-color css

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

 span { border-color: rgb(240,244,205); }

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