Html Css Color HEX #F7FCDA Rice Flower

📋 copy color: '#F7FCDA'

red 247 ◦ green 252 ◦ blue 218

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

Shades of Rice Flower #F7FCDA

Tints of Rice Flower #F7FCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 30.4%

R = 34.45%
G = 35.15%
B = 30.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#F7FCDA (or 0xF7FCDA) is known color: Rice Flower. HEX triplet: F7, FC and DA. RGB value is (247,252,218). Sum of RGB (Red+Green+Blue) = 247+252+218=717 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.45% from 717); Green value is 252 (98.83% from 255 or 35.15% from 717); Blue value is 218 (85.55% from 255 or 30.40% from 717); Max value from RGB is 252 - color contains mainly: green. Hex color #F7FCDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7FCDA is #080325. Grayscale: #F6F6F6. Windows color (decimal): -525094 or 14351607. OLE color: 14351607.

HSL color Cylindrical-coordinate representation of color #F7FCDA: hue angle of 68.82º 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 #F7FCDA is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 247 252 218 -
CMYK 0.02 0 0.13 0.01
HSL 68.82º 0.85% 0.92% -
HSV(B) 68.82º 0.13% 0.99% -
XYZ 85.82 94.46 80.04 -
YUV 246.63 111.84 128.26 -
System Red Green Blue C M Y K H S L
Decimal 247 252 218 0.02 0 0.13 0.01 68.82 0.85 0.92
Hex F7 FC DA 2 0 D 1 45 55 5C
Octal 367 374 332 2 0 15 1 105 125 134
Binary 11110111 11111100 11011010 10 0 1101 1 1000101 1010101 1011100

Color Harmonies of #F7FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7FCDA

Black with #F7FCDA

Text Example


Text Example

White with #F7FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7FCDA; }

 p { color: rgb(247,252,218); }

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

background-color css

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

 a { background-color: rgb(247,252,218); }

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

border-color css

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

 span { border-color: rgb(247,252,218); }

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