Html Css Color HEX #F6CAF1 Snuff

📋 copy color: '#F6CAF1'

red 246 ◦ green 202 ◦ blue 241

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

Shades of Snuff #F6CAF1

Tints of Snuff #F6CAF1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 29.32%

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

R = 35.7%
G = 29.32%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F6CAF1 (or 0xF6CAF1) is known color: Snuff. HEX triplet: F6, CA and F1. RGB value is (246,202,241). Sum of RGB (Red+Green+Blue) = 246+202+241=689 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.70% from 689); Green value is 202 (79.30% from 255 or 29.32% from 689); Blue value is 241 (94.53% from 255 or 34.98% from 689); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CAF1 is #09350E. Grayscale: #DBDBDB. Windows color (decimal): -603407 or 15846134. OLE color: 15846134.

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

Color convert

RGB 246 202 241 -
CMYK 0 0.18 0.02 0.04
HSL 306.82º 0.71% 0.88% -
HSV(B) 306.82º 0.18% 0.96% -
XYZ 75 68.18 92.43 -
YUV 219.6 140.08 146.83 -
System Red Green Blue C M Y K H S L
Decimal 246 202 241 0 0.18 0.02 0.04 306.82 0.71 0.88
Hex F6 CA F1 0 12 2 4 133 47 58
Octal 366 312 361 0 22 2 4 463 107 130
Binary 11110110 11001010 11110001 0 10010 10 100 100110011 1000111 1011000

Color Harmonies of #F6CAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CAF1

Black with #F6CAF1

Text Example


Text Example

White with #F6CAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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