Html Css Color HEX #F6CBF2 Snuff

📋 copy color: '#F6CBF2'

red 246 ◦ green 203 ◦ blue 242

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

Shades of Snuff #F6CBF2

Tints of Snuff #F6CBF2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.38%

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

R = 35.6%
G = 29.38%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F6CBF2 (or 0xF6CBF2) is known color: Snuff. HEX triplet: F6, CB and F2. RGB value is (246,203,242). Sum of RGB (Red+Green+Blue) = 246+203+242=691 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.60% from 691); Green value is 203 (79.69% from 255 or 29.38% from 691); Blue value is 242 (94.92% from 255 or 35.02% from 691); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CBF2 is #09340D. Grayscale: #DCDCDC. Windows color (decimal): -603150 or 15911926. OLE color: 15911926.

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

Color convert

RGB 246 203 242 -
CMYK 0 0.17 0.02 0.04
HSL 305.58º 0.7% 0.88% -
HSV(B) 305.58º 0.17% 0.96% -
XYZ 75.39 68.72 93.29 -
YUV 220.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 246 203 242 0 0.17 0.02 0.04 305.58 0.7 0.88
Hex F6 CB F2 0 11 2 4 132 46 58
Octal 366 313 362 0 21 2 4 462 106 130
Binary 11110110 11001011 11110010 0 10001 10 100 100110010 1000110 1011000

Color Harmonies of #F6CBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CBF2

Black with #F6CBF2

Text Example


Text Example

White with #F6CBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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