Html Css Color HEX #F8FEDB Rice Flower

📋 copy color: '#F8FEDB'

red 248 ◦ green 254 ◦ blue 219

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

Shades of Rice Flower #F8FEDB

Tints of Rice Flower #F8FEDB

RGB

 RED value IS 248 (97.27% from 255) = 34.4%

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

 BLUE value IS 219 (85.94% from 255) = 30.37%

R = 34.4%
G = 35.23%
B = 30.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#F8FEDB (or 0xF8FEDB) is known color: Rice Flower. HEX triplet: F8, FE and DB. RGB value is (248,254,219). Sum of RGB (Red+Green+Blue) = 248+254+219=721 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.40% from 721); Green value is 254 (99.61% from 255 or 35.23% from 721); Blue value is 219 (85.94% from 255 or 30.37% from 721); Max value from RGB is 254 - color contains mainly: green. Hex color #F8FEDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FEDB is #070124. Grayscale: #F8F8F8. Windows color (decimal): -459045 or 14417656. OLE color: 14417656.

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

Color convert

RGB 248 254 219 -
CMYK 0.02 0 0.14 0.00
HSL 70.29º 0.95% 0.93% -
HSV(B) 70.29º 0.14% 1% -
XYZ 86.94 95.95 80.96 -
YUV 248.22 111.51 127.85 -
System Red Green Blue C M Y K H S L
Decimal 248 254 219 0.02 0 0.14 0.00 70.29 0.95 0.93
Hex F8 FE DB 2 0 E 0 46 5F 5D
Octal 370 376 333 2 0 16 0 106 137 135
Binary 11111000 11111110 11011011 10 0 1110 0 1000110 1011111 1011101

Color Harmonies of #F8FEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FEDB

Black with #F8FEDB

Text Example


Text Example

White with #F8FEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FEDB; }

 p { color: rgb(248,254,219); }

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

background-color css

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

 a { background-color: rgb(248,254,219); }

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

border-color css

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

 span { border-color: rgb(248,254,219); }

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