Html Css Color HEX #F2F8DA Rice Flower

📋 copy color: '#F2F8DA'

red 242 ◦ green 248 ◦ blue 218

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

Shades of Rice Flower #F2F8DA

Tints of Rice Flower #F2F8DA

RGB

 RED value IS 242 (94.92% from 255) = 34.18%

 GREEN value IS 248 (97.27% from 255) = 35.03%

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

R = 34.18%
G = 35.03%
B = 30.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F2F8DA (or 0xF2F8DA) is known color: Rice Flower. HEX triplet: F2, F8 and DA. RGB value is (242,248,218). Sum of RGB (Red+Green+Blue) = 242+248+218=708 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.18% from 708); Green value is 248 (97.27% from 255 or 35.03% from 708); Blue value is 218 (85.55% from 255 or 30.79% from 708); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F8DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F8DA is #0D0725. Grayscale: #F2F2F2. Windows color (decimal): -853798 or 14350578. OLE color: 14350578.

HSL color Cylindrical-coordinate representation of color #F2F8DA: hue angle of 72º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2F8DA is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 242 248 218 -
CMYK 0.02 0 0.12 0.03
HSL 72º 0.68% 0.91% -
HSV(B) 72º 0.12% 0.97% -
XYZ 82.84 91.07 79.54 -
YUV 242.79 114.01 127.44 -
System Red Green Blue C M Y K H S L
Decimal 242 248 218 0.02 0 0.12 0.03 72 0.68 0.91
Hex F2 F8 DA 2 0 C 3 48 44 5B
Octal 362 370 332 2 0 14 3 110 104 133
Binary 11110010 11111000 11011010 10 0 1100 11 1001000 1000100 1011011

Color Harmonies of #F2F8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F8DA

Black with #F2F8DA

Text Example


Text Example

White with #F2F8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F8DA; }

 p { color: rgb(242,248,218); }

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

background-color css

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

 a { background-color: rgb(242,248,218); }

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

border-color css

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

 span { border-color: rgb(242,248,218); }

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