Html Css Color HEX #F2FCF1 Honeydew

📋 copy color: '#F2FCF1'

red 242 ◦ green 252 ◦ blue 241

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

Shades of Honeydew #F2FCF1

Tints of Honeydew #F2FCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 32.79%

R = 32.93%
G = 34.29%
B = 32.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#F2FCF1 (or 0xF2FCF1) is known color: Honeydew. HEX triplet: F2, FC and F1. RGB value is (242,252,241). Sum of RGB (Red+Green+Blue) = 242+252+241=735 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.93% from 735); Green value is 252 (98.83% from 255 or 34.29% from 735); Blue value is 241 (94.53% from 255 or 32.79% from 735); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FCF1 is #0D030E. Grayscale: #F7F7F7. Windows color (decimal): -852751 or 15858930. OLE color: 15858930.

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

Color convert

RGB 242 252 241 -
CMYK 0.04 0 0.04 0.01
HSL 114.55º 0.65% 0.97% -
HSV(B) 114.55º 0.04% 0.99% -
XYZ 87.31 94.85 96.93 -
YUV 247.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 242 252 241 0.04 0 0.04 0.01 114.55 0.65 0.97
Hex F2 FC F1 4 0 4 1 73 41 61
Octal 362 374 361 4 0 4 1 163 101 141
Binary 11110010 11111100 11110001 100 0 100 1 1110011 1000001 1100001

Color Harmonies of #F2FCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FCF1

Black with #F2FCF1

Text Example


Text Example

White with #F2FCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FCF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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