Html Css Color HEX #F5FDDB Rice Flower

📋 copy color: '#F5FDDB'

red 245 ◦ green 253 ◦ blue 219

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

Shades of Rice Flower #F5FDDB

Tints of Rice Flower #F5FDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 35.29%

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

R = 34.17%
G = 35.29%
B = 30.54%

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

#F5FDDB (or 0xF5FDDB) is known color: Rice Flower. HEX triplet: F5, FD and DB. RGB value is (245,253,219). Sum of RGB (Red+Green+Blue) = 245+253+219=717 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.17% from 717); Green value is 253 (99.22% from 255 or 35.29% from 717); Blue value is 219 (85.94% from 255 or 30.54% from 717); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FDDB is #0A0224. Grayscale: #F6F6F6. Windows color (decimal): -655909 or 14417397. OLE color: 14417397.

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

Color convert

RGB 245 253 219 -
CMYK 0.03 0 0.13 0.01
HSL 74.12º 0.89% 0.93% -
HSV(B) 74.12º 0.13% 0.99% -
XYZ 85.57 94.78 80.8 -
YUV 246.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 245 253 219 0.03 0 0.13 0.01 74.12 0.89 0.93
Hex F5 FD DB 3 0 D 1 4A 59 5D
Octal 365 375 333 3 0 15 1 112 131 135
Binary 11110101 11111101 11011011 11 0 1101 1 1001010 1011001 1011101

Color Harmonies of #F5FDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FDDB

Black with #F5FDDB

Text Example


Text Example

White with #F5FDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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