Html Css Color HEX #F2FDCF Rice Flower

📋 copy color: '#F2FDCF'

red 242 ◦ green 253 ◦ blue 207

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

Shades of Rice Flower #F2FDCF

Tints of Rice Flower #F2FDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 29.49%

R = 34.47%
G = 36.04%
B = 29.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#F2FDCF (or 0xF2FDCF) is known color: Rice Flower. HEX triplet: F2, FD and CF. RGB value is (242,253,207). Sum of RGB (Red+Green+Blue) = 242+253+207=702 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.47% from 702); Green value is 253 (99.22% from 255 or 36.04% from 702); Blue value is 207 (81.25% from 255 or 29.49% from 702); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FDCF is #0D0230. Grayscale: #F4F4F4. Windows color (decimal): -852529 or 13630962. OLE color: 13630962.

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

Color convert

RGB 242 253 207 -
CMYK 0.04 0 0.18 0.01
HSL 74.35º 0.92% 0.9% -
HSV(B) 74.35º 0.18% 0.99% -
XYZ 83.01 93.63 72.73 -
YUV 244.47 106.86 126.24 -
System Red Green Blue C M Y K H S L
Decimal 242 253 207 0.04 0 0.18 0.01 74.35 0.92 0.9
Hex F2 FD CF 4 0 12 1 4A 5C 5A
Octal 362 375 317 4 0 22 1 112 134 132
Binary 11110010 11111101 11001111 100 0 10010 1 1001010 1011100 1011010

Color Harmonies of #F2FDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FDCF

Black with #F2FDCF

Text Example


Text Example

White with #F2FDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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