Html Css Color HEX #F1F5D9 Rice Flower

📋 copy color: '#F1F5D9'

red 241 ◦ green 245 ◦ blue 217

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

Shades of Rice Flower #F1F5D9

Tints of Rice Flower #F1F5D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 30.87%

R = 34.28%
G = 34.85%
B = 30.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F1F5D9 (or 0xF1F5D9) is known color: Rice Flower. HEX triplet: F1, F5 and D9. RGB value is (241,245,217). Sum of RGB (Red+Green+Blue) = 241+245+217=703 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.28% from 703); Green value is 245 (96.09% from 255 or 34.85% from 703); Blue value is 217 (85.16% from 255 or 30.87% from 703); Max value from RGB is 245 - color contains mainly: green. Hex color #F1F5D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F5D9 is #0E0A26. Grayscale: #F0F0F0. Windows color (decimal): -920103 or 14284273. OLE color: 14284273.

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

Color convert

RGB 241 245 217 -
CMYK 0.02 0 0.11 0.04
HSL 68.57º 0.58% 0.91% -
HSV(B) 68.57º 0.11% 0.96% -
XYZ 81.45 89.02 78.53 -
YUV 240.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 241 245 217 0.02 0 0.11 0.04 68.57 0.58 0.91
Hex F1 F5 D9 2 0 B 4 45 3A 5B
Octal 361 365 331 2 0 13 4 105 72 133
Binary 11110001 11110101 11011001 10 0 1011 100 1000101 111010 1011011

Color Harmonies of #F1F5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F5D9

Black with #F1F5D9

Text Example


Text Example

White with #F1F5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F5D9; }

 p { color: rgb(241,245,217); }

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

background-color css

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

 a { background-color: rgb(241,245,217); }

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

border-color css

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

 span { border-color: rgb(241,245,217); }

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