Html Css Color HEX #F2FDCE Rice Flower

📋 copy color: '#F2FDCE'

red 242 ◦ green 253 ◦ blue 206

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

Shades of Rice Flower #F2FDCE

Tints of Rice Flower #F2FDCE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.09%

 BLUE value IS 206 (80.86% from 255) = 29.39%

R = 34.52%
G = 36.09%
B = 29.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#F2FDCE (or 0xF2FDCE) is known color: Rice Flower. HEX triplet: F2, FD and CE. RGB value is (242,253,206). Sum of RGB (Red+Green+Blue) = 242+253+206=701 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.52% from 701); Green value is 253 (99.22% from 255 or 36.09% from 701); Blue value is 206 (80.86% from 255 or 29.39% from 701); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FDCE is #0D0231. Grayscale: #F4F4F4. Windows color (decimal): -852530 or 13565426. OLE color: 13565426.

HSL color Cylindrical-coordinate representation of color #F2FDCE: hue angle of 74.04º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2FDCE is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 253 206 -
CMYK 0.04 0 0.19 0.01
HSL 74.04º 0.92% 0.9% -
HSV(B) 74.04º 0.19% 0.99% -
XYZ 82.88 93.58 72.09 -
YUV 244.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 242 253 206 0.04 0 0.19 0.01 74.04 0.92 0.9
Hex F2 FD CE 4 0 13 1 4A 5C 5A
Octal 362 375 316 4 0 23 1 112 134 132
Binary 11110010 11111101 11001110 100 0 10011 1 1001010 1011100 1011010

Color Harmonies of #F2FDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FDCE

Black with #F2FDCE

Text Example


Text Example

White with #F2FDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FDCE; }

 p { color: rgb(242,253,206); }

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

background-color css

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

 a { background-color: rgb(242,253,206); }

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

border-color css

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

 span { border-color: rgb(242,253,206); }

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