Html Css Color HEX #F1FCCD Rice Flower

📋 copy color: '#F1FCCD'

red 241 ◦ green 252 ◦ blue 205

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

Shades of Rice Flower #F1FCCD

Tints of Rice Flower #F1FCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 29.37%

R = 34.53%
G = 36.1%
B = 29.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#F1FCCD (or 0xF1FCCD) is known color: Rice Flower. HEX triplet: F1, FC and CD. RGB value is (241,252,205). Sum of RGB (Red+Green+Blue) = 241+252+205=698 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.53% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 205 (80.47% from 255 or 29.37% from 698); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FCCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FCCD is #0E0332. Grayscale: #F3F3F3. Windows color (decimal): -918323 or 13499633. OLE color: 13499633.

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

Color convert

RGB 241 252 205 -
CMYK 0.04 0 0.19 0.01
HSL 74.04º 0.89% 0.9% -
HSV(B) 74.04º 0.19% 0.99% -
XYZ 82.11 92.73 71.33 -
YUV 243.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 241 252 205 0.04 0 0.19 0.01 74.04 0.89 0.9
Hex F1 FC CD 4 0 13 1 4A 59 5A
Octal 361 374 315 4 0 23 1 112 131 132
Binary 11110001 11111100 11001101 100 0 10011 1 1001010 1011001 1011010

Color Harmonies of #F1FCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FCCD

Black with #F1FCCD

Text Example


Text Example

White with #F1FCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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