Html Css Color HEX #F2FBDA Rice Flower

📋 copy color: '#F2FBDA'

red 242 ◦ green 251 ◦ blue 218

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

Shades of Rice Flower #F2FBDA

Tints of Rice Flower #F2FBDA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 35.3%

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

R = 34.04%
G = 35.3%
B = 30.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#F2FBDA (or 0xF2FBDA) is known color: Rice Flower. HEX triplet: F2, FB and DA. RGB value is (242,251,218). Sum of RGB (Red+Green+Blue) = 242+251+218=711 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.04% from 711); Green value is 251 (98.44% from 255 or 35.30% from 711); Blue value is 218 (85.55% from 255 or 30.66% from 711); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FBDA is #0D0425. Grayscale: #F4F4F4. Windows color (decimal): -853030 or 14351346. OLE color: 14351346.

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

Color convert

RGB 242 251 218 -
CMYK 0.04 0 0.13 0.02
HSL 76.36º 0.8% 0.92% -
HSV(B) 76.36º 0.13% 0.98% -
XYZ 83.77 92.93 79.85 -
YUV 244.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 242 251 218 0.04 0 0.13 0.02 76.36 0.8 0.92
Hex F2 FB DA 4 0 D 2 4C 50 5C
Octal 362 373 332 4 0 15 2 114 120 134
Binary 11110010 11111011 11011010 100 0 1101 10 1001100 1010000 1011100

Color Harmonies of #F2FBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FBDA

Black with #F2FBDA

Text Example


Text Example

White with #F2FBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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