Html Css Color HEX #F5FADC Rice Flower

📋 copy color: '#F5FADC'

red 245 ◦ green 250 ◦ blue 220

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

Shades of Rice Flower #F5FADC

Tints of Rice Flower #F5FADC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 34.97%

 BLUE value IS 220 (86.33% from 255) = 30.77%

R = 34.27%
G = 34.97%
B = 30.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F5FADC (or 0xF5FADC) is known color: Rice Flower. HEX triplet: F5, FA and DC. RGB value is (245,250,220). Sum of RGB (Red+Green+Blue) = 245+250+220=715 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.27% from 715); Green value is 250 (98.05% from 255 or 34.97% from 715); Blue value is 220 (86.33% from 255 or 30.77% from 715); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FADC is #0A0523. Grayscale: #F5F5F5. Windows color (decimal): -656676 or 14482165. OLE color: 14482165.

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

Color convert

RGB 245 250 220 -
CMYK 0.02 0 0.12 0.02
HSL 70º 0.75% 0.92% -
HSV(B) 70º 0.12% 0.98% -
XYZ 84.76 92.95 81.18 -
YUV 245.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 245 250 220 0.02 0 0.12 0.02 70 0.75 0.92
Hex F5 FA DC 2 0 C 2 46 4B 5C
Octal 365 372 334 2 0 14 2 106 113 134
Binary 11110101 11111010 11011100 10 0 1100 10 1000110 1001011 1011100

Color Harmonies of #F5FADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FADC

Black with #F5FADC

Text Example


Text Example

White with #F5FADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FADC; }

 p { color: rgb(245,250,220); }

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

background-color css

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

 a { background-color: rgb(245,250,220); }

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

border-color css

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

 span { border-color: rgb(245,250,220); }

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