Html Css Color HEX #F5FED7 Rice Flower

📋 copy color: '#F5FED7'

red 245 ◦ green 254 ◦ blue 215

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

Shades of Rice Flower #F5FED7

Tints of Rice Flower #F5FED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 30.11%

R = 34.31%
G = 35.57%
B = 30.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#F5FED7 (or 0xF5FED7) is known color: Rice Flower. HEX triplet: F5, FE and D7. RGB value is (245,254,215). Sum of RGB (Red+Green+Blue) = 245+254+215=714 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.31% from 714); Green value is 254 (99.61% from 255 or 35.57% from 714); Blue value is 215 (84.38% from 255 or 30.11% from 714); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FED7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FED7 is #0A0128. Grayscale: #F7F7F7. Windows color (decimal): -655657 or 14155509. OLE color: 14155509.

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

Color convert

RGB 245 254 215 -
CMYK 0.04 0 0.15 0.00
HSL 73.85º 0.95% 0.92% -
HSV(B) 73.85º 0.15% 1% -
XYZ 85.36 95.2 78.17 -
YUV 246.86 110.02 126.67 -
System Red Green Blue C M Y K H S L
Decimal 245 254 215 0.04 0 0.15 0.00 73.85 0.95 0.92
Hex F5 FE D7 4 0 F 0 4A 5F 5C
Octal 365 376 327 4 0 17 0 112 137 134
Binary 11110101 11111110 11010111 100 0 1111 0 1001010 1011111 1011100

Color Harmonies of #F5FED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FED7

Black with #F5FED7

Text Example


Text Example

White with #F5FED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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