Html Css Color HEX #F2FCCD Rice Flower

📋 copy color: '#F2FCCD'

red 242 ◦ green 252 ◦ blue 205

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

Shades of Rice Flower #F2FCCD

Tints of Rice Flower #F2FCCD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 36.05%

 BLUE value IS 205 (80.47% from 255) = 29.33%

R = 34.62%
G = 36.05%
B = 29.33%

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

#F2FCCD (or 0xF2FCCD) is known color: Rice Flower. HEX triplet: F2, FC and CD. RGB value is (242,252,205). Sum of RGB (Red+Green+Blue) = 242+252+205=699 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.62% from 699); Green value is 252 (98.83% from 255 or 36.05% from 699); Blue value is 205 (80.47% from 255 or 29.33% from 699); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCCD is #0D0332. Grayscale: #F3F3F3. Windows color (decimal): -852787 or 13499634. OLE color: 13499634.

HSL color Cylindrical-coordinate representation of color #F2FCCD: hue angle of 72.77º degrees, saturation: 0.89, 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 #F2FCCD is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 252 205 -
CMYK 0.04 0 0.19 0.01
HSL 72.77º 0.89% 0.9% -
HSV(B) 72.77º 0.19% 0.99% -
XYZ 82.45 92.91 71.34 -
YUV 243.65 106.19 126.82 -
System Red Green Blue C M Y K H S L
Decimal 242 252 205 0.04 0 0.19 0.01 72.77 0.89 0.9
Hex F2 FC CD 4 0 13 1 49 59 5A
Octal 362 374 315 4 0 23 1 111 131 132
Binary 11110010 11111100 11001101 100 0 10011 1 1001001 1011001 1011010

Color Harmonies of #F2FCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FCCD

Black with #F2FCCD

Text Example


Text Example

White with #F2FCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FCCD; }

 p { color: rgb(242,252,205); }

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

background-color css

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

 a { background-color: rgb(242,252,205); }

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

border-color css

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

 span { border-color: rgb(242,252,205); }

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