Html Css Color HEX #F1F6D8 Rice Flower

📋 copy color: '#F1F6D8'

red 241 ◦ green 246 ◦ blue 216

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

Shades of Rice Flower #F1F6D8

Tints of Rice Flower #F1F6D8

RGB

 RED value IS 241 (94.53% from 255) = 34.28%

 GREEN value IS 246 (96.48% from 255) = 34.99%

 BLUE value IS 216 (84.77% from 255) = 30.73%

R = 34.28%
G = 34.99%
B = 30.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F1F6D8 (or 0xF1F6D8) is known color: Rice Flower. HEX triplet: F1, F6 and D8. RGB value is (241,246,216). Sum of RGB (Red+Green+Blue) = 241+246+216=703 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.28% from 703); Green value is 246 (96.48% from 255 or 34.99% from 703); Blue value is 216 (84.77% from 255 or 30.73% from 703); Max value from RGB is 246 - color contains mainly: green. Hex color #F1F6D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F6D8 is #0E0927. Grayscale: #F1F1F1. Windows color (decimal): -919848 or 14218993. OLE color: 14218993.

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

Color convert

RGB 241 246 216 -
CMYK 0.02 0 0.12 0.04
HSL 70º 0.63% 0.91% -
HSV(B) 70º 0.12% 0.96% -
XYZ 81.63 89.57 77.95 -
YUV 241.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 241 246 216 0.02 0 0.12 0.04 70 0.63 0.91
Hex F1 F6 D8 2 0 C 4 46 3E 5B
Octal 361 366 330 2 0 14 4 106 76 133
Binary 11110001 11110110 11011000 10 0 1100 100 1000110 111110 1011011

Color Harmonies of #F1F6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F6D8

Black with #F1F6D8

Text Example


Text Example

White with #F1F6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F6D8; }

 p { color: rgb(241,246,216); }

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

background-color css

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

 a { background-color: rgb(241,246,216); }

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

border-color css

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

 span { border-color: rgb(241,246,216); }

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