Html Css Color HEX #F2FBCB Rice Flower

📋 copy color: '#F2FBCB'

red 242 ◦ green 251 ◦ blue 203

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

Shades of Rice Flower #F2FBCB

Tints of Rice Flower #F2FBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 29.17%

R = 34.77%
G = 36.06%
B = 29.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#F2FBCB (or 0xF2FBCB) is known color: Rice Flower. HEX triplet: F2, FB and CB. RGB value is (242,251,203). Sum of RGB (Red+Green+Blue) = 242+251+203=696 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.77% from 696); Green value is 251 (98.44% from 255 or 36.06% from 696); Blue value is 203 (79.69% from 255 or 29.17% from 696); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FBCB is #0D0434. Grayscale: #F3F3F3. Windows color (decimal): -853045 or 13368306. OLE color: 13368306.

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

Color convert

RGB 242 251 203 -
CMYK 0.04 0 0.19 0.02
HSL 71.25º 0.86% 0.89% -
HSV(B) 71.25º 0.19% 0.98% -
XYZ 81.89 92.18 69.98 -
YUV 242.84 105.52 127.4 -
System Red Green Blue C M Y K H S L
Decimal 242 251 203 0.04 0 0.19 0.02 71.25 0.86 0.89
Hex F2 FB CB 4 0 13 2 47 56 59
Octal 362 373 313 4 0 23 2 107 126 131
Binary 11110010 11111011 11001011 100 0 10011 10 1000111 1010110 1011001

Color Harmonies of #F2FBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FBCB

Black with #F2FBCB

Text Example


Text Example

White with #F2FBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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