Html Css Color HEX #F0FCD5 Rice Flower

📋 copy color: '#F0FCD5'

red 240 ◦ green 252 ◦ blue 213

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

Shades of Rice Flower #F0FCD5

Tints of Rice Flower #F0FCD5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 35.74%

 BLUE value IS 213 (83.59% from 255) = 30.21%

R = 34.04%
G = 35.74%
B = 30.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#F0FCD5 (or 0xF0FCD5) is known color: Rice Flower. HEX triplet: F0, FC and D5. RGB value is (240,252,213). Sum of RGB (Red+Green+Blue) = 240+252+213=705 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.04% from 705); Green value is 252 (98.83% from 255 or 35.74% from 705); Blue value is 213 (83.59% from 255 or 30.21% from 705); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FCD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FCD5 is #0F032A. Grayscale: #F4F4F4. Windows color (decimal): -983851 or 14023920. OLE color: 14023920.

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

Color convert

RGB 240 252 213 -
CMYK 0.05 0 0.15 0.01
HSL 78.46º 0.87% 0.91% -
HSV(B) 78.46º 0.15% 0.99% -
XYZ 82.76 92.95 76.53 -
YUV 243.97 110.52 125.17 -
System Red Green Blue C M Y K H S L
Decimal 240 252 213 0.05 0 0.15 0.01 78.46 0.87 0.91
Hex F0 FC D5 5 0 F 1 4E 57 5B
Octal 360 374 325 5 0 17 1 116 127 133
Binary 11110000 11111100 11010101 101 0 1111 1 1001110 1010111 1011011

Color Harmonies of #F0FCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FCD5

Black with #F0FCD5

Text Example


Text Example

White with #F0FCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FCD5; }

 p { color: rgb(240,252,213); }

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

background-color css

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

 a { background-color: rgb(240,252,213); }

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

border-color css

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

 span { border-color: rgb(240,252,213); }

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