Html Css Color HEX #F5FCD5 Rice Flower

📋 copy color: '#F5FCD5'

red 245 ◦ green 252 ◦ blue 213

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

Shades of Rice Flower #F5FCD5

Tints of Rice Flower #F5FCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 30%

R = 34.51%
G = 35.49%
B = 30%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#F5FCD5 (or 0xF5FCD5) is known color: Rice Flower. HEX triplet: F5, FC and D5. RGB value is (245,252,213). Sum of RGB (Red+Green+Blue) = 245+252+213=710 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.51% from 710); Green value is 252 (98.83% from 255 or 35.49% from 710); Blue value is 213 (83.59% from 255 or 30% from 710); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FCD5 is #0A032A. Grayscale: #F5F5F5. Windows color (decimal): -656171 or 14023925. OLE color: 14023925.

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

Color convert

RGB 245 252 213 -
CMYK 0.03 0 0.15 0.01
HSL 70.77º 0.87% 0.91% -
HSV(B) 70.77º 0.15% 0.99% -
XYZ 84.48 93.84 76.61 -
YUV 245.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 245 252 213 0.03 0 0.15 0.01 70.77 0.87 0.91
Hex F5 FC D5 3 0 F 1 47 57 5B
Octal 365 374 325 3 0 17 1 107 127 133
Binary 11110101 11111100 11010101 11 0 1111 1 1000111 1010111 1011011

Color Harmonies of #F5FCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FCD5

Black with #F5FCD5

Text Example


Text Example

White with #F5FCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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