Html Css Color HEX #F0F8D6 Rice Flower

📋 copy color: '#F0F8D6'

red 240 ◦ green 248 ◦ blue 214

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

Shades of Rice Flower #F0F8D6

Tints of Rice Flower #F0F8D6

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.33%

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

R = 34.19%
G = 35.33%
B = 30.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F0F8D6 (or 0xF0F8D6) is known color: Rice Flower. HEX triplet: F0, F8 and D6. RGB value is (240,248,214). Sum of RGB (Red+Green+Blue) = 240+248+214=702 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.19% from 702); Green value is 248 (97.27% from 255 or 35.33% from 702); Blue value is 214 (83.98% from 255 or 30.48% from 702); Max value from RGB is 248 - color contains mainly: green. Hex color #F0F8D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F8D6 is #0F0729. Grayscale: #F1F1F1. Windows color (decimal): -984874 or 14088432. OLE color: 14088432.

HSL color Cylindrical-coordinate representation of color #F0F8D6: hue angle of 74.12º degrees, saturation: 0.71, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0F8D6 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 240 248 214 -
CMYK 0.03 0 0.14 0.03
HSL 74.12º 0.71% 0.91% -
HSV(B) 74.12º 0.14% 0.97% -
XYZ 81.64 90.52 76.79 -
YUV 241.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 240 248 214 0.03 0 0.14 0.03 74.12 0.71 0.91
Hex F0 F8 D6 3 0 E 3 4A 47 5B
Octal 360 370 326 3 0 16 3 112 107 133
Binary 11110000 11111000 11010110 11 0 1110 11 1001010 1000111 1011011

Color Harmonies of #F0F8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F8D6

Black with #F0F8D6

Text Example


Text Example

White with #F0F8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F8D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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