Html Css Color HEX #F0F5CC Rice Flower

📋 copy color: '#F0F5CC'

red 240 ◦ green 245 ◦ blue 204

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

Shades of Rice Flower #F0F5CC

Tints of Rice Flower #F0F5CC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.56%

 BLUE value IS 204 (80.08% from 255) = 29.61%

R = 34.83%
G = 35.56%
B = 29.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F0F5CC (or 0xF0F5CC) is known color: Rice Flower. HEX triplet: F0, F5 and CC. RGB value is (240,245,204). Sum of RGB (Red+Green+Blue) = 240+245+204=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 245 (96.09% from 255 or 35.56% from 689); Blue value is 204 (80.08% from 255 or 29.61% from 689); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F5CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F5CC is #0F0A33. Grayscale: #EEEEEE. Windows color (decimal): -985652 or 13432304. OLE color: 13432304.

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

Color convert

RGB 240 245 204 -
CMYK 0.02 0 0.17 0.04
HSL 67.32º 0.67% 0.88% -
HSV(B) 67.32º 0.17% 0.96% -
XYZ 79.49 88.19 69.96 -
YUV 238.83 108.34 128.83 -
System Red Green Blue C M Y K H S L
Decimal 240 245 204 0.02 0 0.17 0.04 67.32 0.67 0.88
Hex F0 F5 CC 2 0 11 4 43 43 58
Octal 360 365 314 2 0 21 4 103 103 130
Binary 11110000 11110101 11001100 10 0 10001 100 1000011 1000011 1011000

Color Harmonies of #F0F5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F5CC

Black with #F0F5CC

Text Example


Text Example

White with #F0F5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F5CC; }

 p { color: rgb(240,245,204); }

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

background-color css

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

 a { background-color: rgb(240,245,204); }

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

border-color css

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

 span { border-color: rgb(240,245,204); }

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