Html Css Color HEX #F1F8CB Rice Flower

📋 copy color: '#F1F8CB'

red 241 ◦ green 248 ◦ blue 203

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

Shades of Rice Flower #F1F8CB

Tints of Rice Flower #F1F8CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 29.34%

R = 34.83%
G = 35.84%
B = 29.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F1F8CB (or 0xF1F8CB) is known color: Rice Flower. HEX triplet: F1, F8 and CB. RGB value is (241,248,203). Sum of RGB (Red+Green+Blue) = 241+248+203=692 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.83% from 692); Green value is 248 (97.27% from 255 or 35.84% from 692); Blue value is 203 (79.69% from 255 or 29.34% from 692); Max value from RGB is 248 - color contains mainly: green. Hex color #F1F8CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F8CB is #0E0734. Grayscale: #F0F0F0. Windows color (decimal): -919349 or 13367537. OLE color: 13367537.

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

Color convert

RGB 241 248 203 -
CMYK 0.03 0 0.18 0.03
HSL 69.33º 0.76% 0.88% -
HSV(B) 69.33º 0.18% 0.97% -
XYZ 80.62 90.15 69.65 -
YUV 240.78 106.68 128.16 -
System Red Green Blue C M Y K H S L
Decimal 241 248 203 0.03 0 0.18 0.03 69.33 0.76 0.88
Hex F1 F8 CB 3 0 12 3 45 4C 58
Octal 361 370 313 3 0 22 3 105 114 130
Binary 11110001 11111000 11001011 11 0 10010 11 1000101 1001100 1011000

Color Harmonies of #F1F8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F8CB

Black with #F1F8CB

Text Example


Text Example

White with #F1F8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F8CB; }

 p { color: rgb(241,248,203); }

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

background-color css

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

 a { background-color: rgb(241,248,203); }

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

border-color css

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

 span { border-color: rgb(241,248,203); }

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