Html Css Color HEX #F2FDF1 Honeydew

📋 copy color: '#F2FDF1'

red 242 ◦ green 253 ◦ blue 241

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

Shades of Honeydew #F2FDF1

Tints of Honeydew #F2FDF1

RGB

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

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

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

R = 32.88%
G = 34.38%
B = 32.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#F2FDF1 (or 0xF2FDF1) is known color: Honeydew. HEX triplet: F2, FD and F1. RGB value is (242,253,241). Sum of RGB (Red+Green+Blue) = 242+253+241=736 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.88% from 736); Green value is 253 (99.22% from 255 or 34.38% from 736); Blue value is 241 (94.53% from 255 or 32.74% from 736); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FDF1 is #0D020E. Grayscale: #F8F8F8. Windows color (decimal): -852495 or 15859186. OLE color: 15859186.

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

Color convert

RGB 242 253 241 -
CMYK 0.04 0 0.05 0.01
HSL 115º 0.75% 0.97% -
HSV(B) 115º 0.05% 0.99% -
XYZ 87.62 95.48 97.03 -
YUV 248.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 242 253 241 0.04 0 0.05 0.01 115 0.75 0.97
Hex F2 FD F1 4 0 5 1 73 4B 61
Octal 362 375 361 4 0 5 1 163 113 141
Binary 11110010 11111101 11110001 100 0 101 1 1110011 1001011 1100001

Color Harmonies of #F2FDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FDF1

Black with #F2FDF1

Text Example


Text Example

White with #F2FDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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