Html Css Color HEX #F5FCD3 Rice Flower

📋 copy color: '#F5FCD3'

red 245 ◦ green 252 ◦ blue 211

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

Shades of Rice Flower #F5FCD3

Tints of Rice Flower #F5FCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 29.8%

R = 34.6%
G = 35.59%
B = 29.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#F5FCD3 (or 0xF5FCD3) is known color: Rice Flower. HEX triplet: F5, FC and D3. RGB value is (245,252,211). Sum of RGB (Red+Green+Blue) = 245+252+211=708 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.60% from 708); Green value is 252 (98.83% from 255 or 35.59% from 708); Blue value is 211 (82.81% from 255 or 29.80% from 708); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FCD3 is #0A032C. Grayscale: #F5F5F5. Windows color (decimal): -656173 or 13892853. OLE color: 13892853.

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

Color convert

RGB 245 252 211 -
CMYK 0.03 0 0.16 0.01
HSL 70.24º 0.87% 0.91% -
HSV(B) 70.24º 0.16% 0.99% -
XYZ 84.22 93.74 75.28 -
YUV 245.23 108.68 127.83 -
System Red Green Blue C M Y K H S L
Decimal 245 252 211 0.03 0 0.16 0.01 70.24 0.87 0.91
Hex F5 FC D3 3 0 10 1 46 57 5B
Octal 365 374 323 3 0 20 1 106 127 133
Binary 11110101 11111100 11010011 11 0 10000 1 1000110 1010111 1011011

Color Harmonies of #F5FCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FCD3

Black with #F5FCD3

Text Example


Text Example

White with #F5FCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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