Html Css Color HEX #F5FCD1 Rice Flower

📋 copy color: '#F5FCD1'

red 245 ◦ green 252 ◦ blue 209

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

Shades of Rice Flower #F5FCD1

Tints of Rice Flower #F5FCD1

RGB

 RED value IS 245 (96.09% from 255) = 34.7%

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

 BLUE value IS 209 (82.03% from 255) = 29.6%

R = 34.7%
G = 35.69%
B = 29.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#F5FCD1 (or 0xF5FCD1) is known color: Rice Flower. HEX triplet: F5, FC and D1. RGB value is (245,252,209). Sum of RGB (Red+Green+Blue) = 245+252+209=706 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.70% from 706); Green value is 252 (98.83% from 255 or 35.69% from 706); Blue value is 209 (82.03% from 255 or 29.60% from 706); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FCD1 is #0A032E. Grayscale: #F5F5F5. Windows color (decimal): -656175 or 13761781. OLE color: 13761781.

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

Color convert

RGB 245 252 209 -
CMYK 0.03 0 0.17 0.01
HSL 69.77º 0.88% 0.9% -
HSV(B) 69.77º 0.17% 0.99% -
XYZ 83.98 93.64 73.97 -
YUV 245.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 245 252 209 0.03 0 0.17 0.01 69.77 0.88 0.9
Hex F5 FC D1 3 0 11 1 46 58 5A
Octal 365 374 321 3 0 21 1 106 130 132
Binary 11110101 11111100 11010001 11 0 10001 1 1000110 1011000 1011010

Color Harmonies of #F5FCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FCD1

Black with #F5FCD1

Text Example


Text Example

White with #F5FCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FCD1; }

 p { color: rgb(245,252,209); }

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

background-color css

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

 a { background-color: rgb(245,252,209); }

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

border-color css

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

 span { border-color: rgb(245,252,209); }

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