Html Css Color HEX #F7FFDC Rice Flower

📋 copy color: '#F7FFDC'

red 247 ◦ green 255 ◦ blue 220

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

Shades of Rice Flower #F7FFDC

Tints of Rice Flower #F7FFDC

RGB

 RED value IS 247 (96.88% from 255) = 34.21%

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

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

R = 34.21%
G = 35.32%
B = 30.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#F7FFDC (or 0xF7FFDC) is known color: Rice Flower. HEX triplet: F7, FF and DC. RGB value is (247,255,220). Sum of RGB (Red+Green+Blue) = 247+255+220=722 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.21% from 722); Green value is 255 (100% from 255 or 35.32% from 722); Blue value is 220 (86.33% from 255 or 30.47% from 722); Max value from RGB is 255 - color contains mainly: green. Hex color #F7FFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7FFDC is #080023. Grayscale: #F8F8F8. Windows color (decimal): -524324 or 14483447. OLE color: 14483447.

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

Color convert

RGB 247 255 220 -
CMYK 0.03 0 0.14 0
HSL 73.71º 1% 0.93% -
HSV(B) 73.71º 0.14% 1% -
XYZ 87.04 96.46 81.74 -
YUV 248.62 111.85 126.85 -
System Red Green Blue C M Y K H S L
Decimal 247 255 220 0.03 0 0.14 0 73.71 1 0.93
Hex F7 FF DC 3 0 E 0 4A 64 5D
Octal 367 377 334 3 0 16 0 112 144 135
Binary 11110111 11111111 11011100 11 0 1110 0 1001010 1100100 1011101

Color Harmonies of #F7FFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7FFDC

Black with #F7FFDC

Text Example


Text Example

White with #F7FFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7FFDC; }

 p { color: rgb(247,255,220); }

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

background-color css

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

 a { background-color: rgb(247,255,220); }

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

border-color css

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

 span { border-color: rgb(247,255,220); }

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