Html Css Color HEX #F5FCDB Rice Flower

📋 copy color: '#F5FCDB'

red 245 ◦ green 252 ◦ blue 219

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

Shades of Rice Flower #F5FCDB

Tints of Rice Flower #F5FCDB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 35.2%

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

R = 34.22%
G = 35.2%
B = 30.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#F5FCDB (or 0xF5FCDB) is known color: Rice Flower. HEX triplet: F5, FC and DB. RGB value is (245,252,219). Sum of RGB (Red+Green+Blue) = 245+252+219=716 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.22% from 716); Green value is 252 (98.83% from 255 or 35.20% from 716); Blue value is 219 (85.94% from 255 or 30.59% from 716); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FCDB is #0A0324. Grayscale: #F6F6F6. Windows color (decimal): -656165 or 14417141. OLE color: 14417141.

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

Color convert

RGB 245 252 219 -
CMYK 0.03 0 0.13 0.01
HSL 72.73º 0.85% 0.92% -
HSV(B) 72.73º 0.13% 0.99% -
XYZ 85.25 94.15 80.7 -
YUV 246.15 112.68 127.18 -
System Red Green Blue C M Y K H S L
Decimal 245 252 219 0.03 0 0.13 0.01 72.73 0.85 0.92
Hex F5 FC DB 3 0 D 1 49 55 5C
Octal 365 374 333 3 0 15 1 111 125 134
Binary 11110101 11111100 11011011 11 0 1101 1 1001001 1010101 1011100

Color Harmonies of #F5FCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FCDB

Black with #F5FCDB

Text Example


Text Example

White with #F5FCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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