Html Css Color HEX #F1F7F2 Dew

📋 copy color: '#F1F7F2'

red 241 ◦ green 247 ◦ blue 242

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

Shades of Dew #F1F7F2

Tints of Dew #F1F7F2

RGB

 RED value IS 241 (94.53% from 255) = 33.01%

 GREEN value IS 247 (96.88% from 255) = 33.84%

 BLUE value IS 242 (94.92% from 255) = 33.15%

R = 33.01%
G = 33.84%
B = 33.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F1F7F2 (or 0xF1F7F2) is known color: Dew. HEX triplet: F1, F7 and F2. RGB value is (241,247,242). Sum of RGB (Red+Green+Blue) = 241+247+242=730 (96% of max value = 765). Red value is 241 (94.53% from 255 or 33.01% from 730); Green value is 247 (96.88% from 255 or 33.84% from 730); Blue value is 242 (94.92% from 255 or 33.15% from 730); Max value from RGB is 247 - color contains mainly: green. Hex color #F1F7F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F7F2 is #0E080D. Grayscale: #F4F4F4. Windows color (decimal): -919566 or 15923185. OLE color: 15923185.

HSL color Cylindrical-coordinate representation of color #F1F7F2: hue angle of 130º degrees, saturation: 0.27, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F1F7F2 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 241 247 242 -
CMYK 0.02 0 0.02 0.03
HSL 130º 0.27% 0.96% -
HSV(B) 130º 0.02% 0.97% -
XYZ 85.56 91.63 97.18 -
YUV 244.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 241 247 242 0.02 0 0.02 0.03 130 0.27 0.96
Hex F1 F7 F2 2 0 2 3 82 1B 60
Octal 361 367 362 2 0 2 3 202 33 140
Binary 11110001 11110111 11110010 10 0 10 11 10000010 11011 1100000

Color Harmonies of #F1F7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F7F2

Black with #F1F7F2

Text Example


Text Example

White with #F1F7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F7F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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