Html Css Color HEX #FFC7F6 Snuff

📋 copy color: '#FFC7F6'

red 255 ◦ green 199 ◦ blue 246

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

Shades of Snuff #FFC7F6

Tints of Snuff #FFC7F6

RGB

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

 GREEN value IS 199 (78.13% from 255) = 28.43%

 BLUE value IS 246 (96.48% from 255) = 35.14%

R = 36.43%
G = 28.43%
B = 35.14%

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

#FFC7F6 (or 0xFFC7F6) is known color: Snuff. HEX triplet: FF, C7 and F6. RGB value is (255,199,246). Sum of RGB (Red+Green+Blue) = 255+199+246=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 199 (78.12% from 255 or 28.43% from 700); Blue value is 246 (96.48% from 255 or 35.14% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC7F6 is #003809. Grayscale: #DCDCDC. Windows color (decimal): -14346 or 16173055. OLE color: 16173055.

HSL color Cylindrical-coordinate representation of color #FFC7F6: hue angle of 309.64º 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 #FFC7F6 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB 255 199 246 -
CMYK 0 0.22 0.04 0
HSL 309.64º 1% 0.89% -
HSV(B) 309.64º 0.22% 1% -
XYZ 78.3 68.76 96.33 -
YUV 221.1 142.05 152.18 -
System Red Green Blue C M Y K H S L
Decimal 255 199 246 0 0.22 0.04 0 309.64 1 0.89
Hex FF C7 F6 0 16 4 0 136 64 59
Octal 377 307 366 0 26 4 0 466 144 131
Binary 11111111 11000111 11110110 0 10110 100 0 100110110 1100100 1011001

Color Harmonies of #FFC7F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC7F6

Black with #FFC7F6

Text Example


Text Example

White with #FFC7F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC7F6; }

 p { color: rgb(255,199,246); }

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

background-color css

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

 a { background-color: rgb(255,199,246); }

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

border-color css

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

 span { border-color: rgb(255,199,246); }

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