Html Css Color HEX #F8FFD6 Rice Flower

📋 copy color: '#F8FFD6'

red 248 ◦ green 255 ◦ blue 214

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

Shades of Rice Flower #F8FFD6

Tints of Rice Flower #F8FFD6

RGB

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

 GREEN value IS 255 (100% from 255) = 35.56%

 BLUE value IS 214 (83.98% from 255) = 29.85%

R = 34.59%
G = 35.56%
B = 29.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#F8FFD6 (or 0xF8FFD6) is known color: Rice Flower. HEX triplet: F8, FF and D6. RGB value is (248,255,214). Sum of RGB (Red+Green+Blue) = 248+255+214=717 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.59% from 717); Green value is 255 (100% from 255 or 35.56% from 717); Blue value is 214 (83.98% from 255 or 29.85% from 717); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FFD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8FFD6 is #070029. Grayscale: #F8F8F8. Windows color (decimal): -458794 or 14090232. OLE color: 14090232.

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

Color convert

RGB 248 255 214 -
CMYK 0.03 0 0.16 0
HSL 70.24º 1% 0.92% -
HSV(B) 70.24º 0.16% 1% -
XYZ 86.61 96.33 77.65 -
YUV 248.23 108.68 127.83 -
System Red Green Blue C M Y K H S L
Decimal 248 255 214 0.03 0 0.16 0 70.24 1 0.92
Hex F8 FF D6 3 0 10 0 46 64 5C
Octal 370 377 326 3 0 20 0 106 144 134
Binary 11111000 11111111 11010110 11 0 10000 0 1000110 1100100 1011100

Color Harmonies of #F8FFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FFD6

Black with #F8FFD6

Text Example


Text Example

White with #F8FFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FFD6; }

 p { color: rgb(248,255,214); }

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

background-color css

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

 a { background-color: rgb(248,255,214); }

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

border-color css

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

 span { border-color: rgb(248,255,214); }

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