Html Css Color HEX #F5FED5 Rice Flower

📋 copy color: '#F5FED5'

red 245 ◦ green 254 ◦ blue 213

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

Shades of Rice Flower #F5FED5

Tints of Rice Flower #F5FED5

RGB

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

 GREEN value IS 254 (99.61% from 255) = 35.67%

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

R = 34.41%
G = 35.67%
B = 29.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#F5FED5 (or 0xF5FED5) is known color: Rice Flower. HEX triplet: F5, FE and D5. RGB value is (245,254,213). Sum of RGB (Red+Green+Blue) = 245+254+213=712 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.41% from 712); Green value is 254 (99.61% from 255 or 35.67% from 712); Blue value is 213 (83.59% from 255 or 29.92% from 712); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FED5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FED5 is #0A012A. Grayscale: #F6F6F6. Windows color (decimal): -655659 or 14024437. OLE color: 14024437.

HSL color Cylindrical-coordinate representation of color #F5FED5: hue angle of 73.17º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5FED5 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB 245 254 213 -
CMYK 0.04 0 0.16 0.00
HSL 73.17º 0.95% 0.92% -
HSV(B) 73.17º 0.16% 1% -
XYZ 85.11 95.1 76.82 -
YUV 246.64 109.02 126.83 -
System Red Green Blue C M Y K H S L
Decimal 245 254 213 0.04 0 0.16 0.00 73.17 0.95 0.92
Hex F5 FE D5 4 0 10 0 49 5F 5C
Octal 365 376 325 4 0 20 0 111 137 134
Binary 11110101 11111110 11010101 100 0 10000 0 1001001 1011111 1011100

Color Harmonies of #F5FED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FED5

Black with #F5FED5

Text Example


Text Example

White with #F5FED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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