Html Css Color HEX #F5FED0 Rice Flower

📋 copy color: '#F5FED0'

red 245 ◦ green 254 ◦ blue 208

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

Shades of Rice Flower #F5FED0

Tints of Rice Flower #F5FED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 29.42%

R = 34.65%
G = 35.93%
B = 29.42%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#F5FED0 (or 0xF5FED0) is known color: Rice Flower. HEX triplet: F5, FE and D0. RGB value is (245,254,208). Sum of RGB (Red+Green+Blue) = 245+254+208=707 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.65% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 208 (81.64% from 255 or 29.42% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FED0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FED0 is #0A012F. Grayscale: #F6F6F6. Windows color (decimal): -655664 or 13696757. OLE color: 13696757.

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

Color convert

RGB 245 254 208 -
CMYK 0.04 0 0.18 0.00
HSL 71.74º 0.96% 0.91% -
HSV(B) 71.74º 0.18% 1% -
XYZ 84.48 94.85 73.53 -
YUV 246.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 245 254 208 0.04 0 0.18 0.00 71.74 0.96 0.91
Hex F5 FE D0 4 0 12 0 48 60 5B
Octal 365 376 320 4 0 22 0 110 140 133
Binary 11110101 11111110 11010000 100 0 10010 0 1001000 1100000 1011011

Color Harmonies of #F5FED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FED0

Black with #F5FED0

Text Example


Text Example

White with #F5FED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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