Html Css Color HEX #F2FEEF Honeydew

📋 copy color: '#F2FEEF'

red 242 ◦ green 254 ◦ blue 239

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

Shades of Honeydew #F2FEEF

Tints of Honeydew #F2FEEF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 34.56%

 BLUE value IS 239 (93.75% from 255) = 32.52%

R = 32.93%
G = 34.56%
B = 32.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#F2FEEF (or 0xF2FEEF) is known color: Honeydew. HEX triplet: F2, FE and EF. RGB value is (242,254,239). Sum of RGB (Red+Green+Blue) = 242+254+239=735 (97% of max value = 765). Red value is 242 (94.92% from 255 or 32.93% from 735); Green value is 254 (99.61% from 255 or 34.56% from 735); Blue value is 239 (93.75% from 255 or 32.52% from 735); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FEEF is #0D0110. Grayscale: #F8F8F8. Windows color (decimal): -852241 or 15728370. OLE color: 15728370.

HSL color Cylindrical-coordinate representation of color #F2FEEF: hue angle of 108º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F2FEEF is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 242 254 239 -
CMYK 0.05 0 0.06 0.00
HSL 108º 0.88% 0.97% -
HSV(B) 108º 0.06% 1% -
XYZ 87.64 95.99 95.57 -
YUV 248.7 122.52 123.22 -
System Red Green Blue C M Y K H S L
Decimal 242 254 239 0.05 0 0.06 0.00 108 0.88 0.97
Hex F2 FE EF 5 0 6 0 6C 58 61
Octal 362 376 357 5 0 6 0 154 130 141
Binary 11110010 11111110 11101111 101 0 110 0 1101100 1011000 1100001

Color Harmonies of #F2FEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FEEF

Black with #F2FEEF

Text Example


Text Example

White with #F2FEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FEEF; }

 p { color: rgb(242,254,239); }

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

background-color css

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

 a { background-color: rgb(242,254,239); }

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

border-color css

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

 span { border-color: rgb(242,254,239); }

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