Html Css Color HEX #F2FFD5 Rice Flower

📋 copy color: '#F2FFD5'

red 242 ◦ green 255 ◦ blue 213

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

Shades of Rice Flower #F2FFD5

Tints of Rice Flower #F2FFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 30%

R = 34.08%
G = 35.92%
B = 30%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#F2FFD5 (or 0xF2FFD5) is known color: Rice Flower. HEX triplet: F2, FF and D5. RGB value is (242,255,213). Sum of RGB (Red+Green+Blue) = 242+255+213=710 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.08% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 213 (83.59% from 255 or 30% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FFD5 is #0D002A. Grayscale: #F6F6F6. Windows color (decimal): -852011 or 14024690. OLE color: 14024690.

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

Color convert

RGB 242 255 213 -
CMYK 0.05 0 0.16 0
HSL 78.57º 1% 0.92% -
HSV(B) 78.57º 0.16% 1% -
XYZ 84.39 95.2 76.88 -
YUV 246.33 109.19 124.92 -
System Red Green Blue C M Y K H S L
Decimal 242 255 213 0.05 0 0.16 0 78.57 1 0.92
Hex F2 FF D5 5 0 10 0 4F 64 5C
Octal 362 377 325 5 0 20 0 117 144 134
Binary 11110010 11111111 11010101 101 0 10000 0 1001111 1100100 1011100

Color Harmonies of #F2FFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FFD5

Black with #F2FFD5

Text Example


Text Example

White with #F2FFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FFD5; }

 p { color: rgb(242,255,213); }

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

background-color css

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

 a { background-color: rgb(242,255,213); }

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

border-color css

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

 span { border-color: rgb(242,255,213); }

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