Html Css Color HEX #FFC6F5 Snuff

📋 copy color: '#FFC6F5'

red 255 ◦ green 198 ◦ blue 245

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

Shades of Snuff #FFC6F5

Tints of Snuff #FFC6F5

RGB

 RED value IS 255 (100% from 255) = 36.53%

 GREEN value IS 198 (77.73% from 255) = 28.37%

 BLUE value IS 245 (96.09% from 255) = 35.1%

R = 36.53%
G = 28.37%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FFC6F5 (or 0xFFC6F5) is known color: Snuff. HEX triplet: FF, C6 and F5. RGB value is (255,198,245). Sum of RGB (Red+Green+Blue) = 255+198+245=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 198 (77.73% from 255 or 28.37% from 698); Blue value is 245 (96.09% from 255 or 35.10% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC6F5 is #00390A. Grayscale: #DCDCDC. Windows color (decimal): -14603 or 16107263. OLE color: 16107263.

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

Color convert

RGB 255 198 245 -
CMYK 0 0.22 0.04 0
HSL 310.53º 1% 0.89% -
HSV(B) 310.53º 0.22% 1% -
XYZ 77.92 68.24 95.45 -
YUV 220.4 141.88 152.68 -
System Red Green Blue C M Y K H S L
Decimal 255 198 245 0 0.22 0.04 0 310.53 1 0.89
Hex FF C6 F5 0 16 4 0 137 64 59
Octal 377 306 365 0 26 4 0 467 144 131
Binary 11111111 11000110 11110101 0 10110 100 0 100110111 1100100 1011001

Color Harmonies of #FFC6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC6F5

Black with #FFC6F5

Text Example


Text Example

White with #FFC6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC6F5; }

 p { color: rgb(255,198,245); }

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

background-color css

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

 a { background-color: rgb(255,198,245); }

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

border-color css

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

 span { border-color: rgb(255,198,245); }

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