Html Css Color HEX #F5FBDB Rice Flower

📋 copy color: '#F5FBDB'

red 245 ◦ green 251 ◦ blue 219

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

Shades of Rice Flower #F5FBDB

Tints of Rice Flower #F5FBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 35.1%

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

R = 34.27%
G = 35.1%
B = 30.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#F5FBDB (or 0xF5FBDB) is known color: Rice Flower. HEX triplet: F5, FB and DB. RGB value is (245,251,219). Sum of RGB (Red+Green+Blue) = 245+251+219=715 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.27% from 715); Green value is 251 (98.44% from 255 or 35.10% from 715); Blue value is 219 (85.94% from 255 or 30.63% from 715); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FBDB is #0A0424. Grayscale: #F5F5F5. Windows color (decimal): -656421 or 14416885. OLE color: 14416885.

HSL color Cylindrical-coordinate representation of color #F5FBDB: hue angle of 71.25º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F5FBDB is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 251 219 -
CMYK 0.02 0 0.13 0.02
HSL 71.25º 0.8% 0.92% -
HSV(B) 71.25º 0.13% 0.98% -
XYZ 84.94 93.52 80.59 -
YUV 245.56 113.01 127.6 -
System Red Green Blue C M Y K H S L
Decimal 245 251 219 0.02 0 0.13 0.02 71.25 0.8 0.92
Hex F5 FB DB 2 0 D 2 47 50 5C
Octal 365 373 333 2 0 15 2 107 120 134
Binary 11110101 11111011 11011011 10 0 1101 10 1000111 1010000 1011100

Color Harmonies of #F5FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FBDB

Black with #F5FBDB

Text Example


Text Example

White with #F5FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FBDB; }

 p { color: rgb(245,251,219); }

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

background-color css

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

 a { background-color: rgb(245,251,219); }

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

border-color css

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

 span { border-color: rgb(245,251,219); }

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