Html Css Color HEX #F6F2F1 Rose White

📋 copy color: '#F6F2F1'

red 246 ◦ green 242 ◦ blue 241

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

Shades of Rose White #F6F2F1

Tints of Rose White #F6F2F1

RGB

 RED value IS 246 (96.48% from 255) = 33.74%

 GREEN value IS 242 (94.92% from 255) = 33.2%

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

R = 33.74%
G = 33.2%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F6F2F1 (or 0xF6F2F1) is known color: Rose White. HEX triplet: F6, F2 and F1. RGB value is (246,242,241). Sum of RGB (Red+Green+Blue) = 246+242+241=729 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.74% from 729); Green value is 242 (94.92% from 255 or 33.20% from 729); Blue value is 241 (94.53% from 255 or 33.06% from 729); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F2F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F2F1 is #090D0E. Grayscale: #F3F3F3. Windows color (decimal): -593167 or 15856374. OLE color: 15856374.

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

Color convert

RGB 246 242 241 -
CMYK 0 0.02 0.02 0.04
HSL 12º 0.22% 0.95% -
HSV(B) 12º 0.02% 0.96% -
XYZ 85.64 89.45 95.97 -
YUV 243.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 246 242 241 0 0.02 0.02 0.04 12 0.22 0.95
Hex F6 F2 F1 0 2 2 4 C 16 5F
Octal 366 362 361 0 2 2 4 14 26 137
Binary 11110110 11110010 11110001 0 10 10 100 1100 10110 1011111

Color Harmonies of #F6F2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F2F1

Black with #F6F2F1

Text Example


Text Example

White with #F6F2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F2F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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