Html Css Color HEX #F1FCCF Rice Flower

📋 copy color: '#F1FCCF'

red 241 ◦ green 252 ◦ blue 207

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

Shades of Rice Flower #F1FCCF

Tints of Rice Flower #F1FCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 29.57%

R = 34.43%
G = 36%
B = 29.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#F1FCCF (or 0xF1FCCF) is known color: Rice Flower. HEX triplet: F1, FC and CF. RGB value is (241,252,207). Sum of RGB (Red+Green+Blue) = 241+252+207=700 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.43% from 700); Green value is 252 (98.83% from 255 or 36% from 700); Blue value is 207 (81.25% from 255 or 29.57% from 700); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FCCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FCCF is #0E0330. Grayscale: #F3F3F3. Windows color (decimal): -918321 or 13630705. OLE color: 13630705.

HSL color Cylindrical-coordinate representation of color #F1FCCF: hue angle of 74.67º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F1FCCF is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 241 252 207 -
CMYK 0.04 0 0.18 0.01
HSL 74.67º 0.88% 0.9% -
HSV(B) 74.67º 0.18% 0.99% -
XYZ 82.35 92.83 72.61 -
YUV 243.58 107.36 126.16 -
System Red Green Blue C M Y K H S L
Decimal 241 252 207 0.04 0 0.18 0.01 74.67 0.88 0.9
Hex F1 FC CF 4 0 12 1 4B 58 5A
Octal 361 374 317 4 0 22 1 113 130 132
Binary 11110001 11111100 11001111 100 0 10010 1 1001011 1011000 1011010

Color Harmonies of #F1FCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FCCF

Black with #F1FCCF

Text Example


Text Example

White with #F1FCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FCCF; }

 p { color: rgb(241,252,207); }

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

background-color css

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

 a { background-color: rgb(241,252,207); }

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

border-color css

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

 span { border-color: rgb(241,252,207); }

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