Html Css Color HEX #FFC7F9 Snuff

📋 copy color: '#FFC7F9'

red 255 ◦ green 199 ◦ blue 249

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

Shades of Snuff #FFC7F9

Tints of Snuff #FFC7F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 35.42%

R = 36.27%
G = 28.31%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFC7F9 (or 0xFFC7F9) is known color: Snuff. HEX triplet: FF, C7 and F9. RGB value is (255,199,249). Sum of RGB (Red+Green+Blue) = 255+199+249=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 199 (78.12% from 255 or 28.31% from 703); Blue value is 249 (97.66% from 255 or 35.42% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC7F9 is #003806. Grayscale: #DDDDDD. Windows color (decimal): -14343 or 16369663. OLE color: 16369663.

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

Color convert

RGB 255 199 249 -
CMYK 0 0.22 0.02 0
HSL 306.43º 1% 0.89% -
HSV(B) 306.43º 0.22% 1% -
XYZ 78.76 68.95 98.78 -
YUV 221.44 143.55 151.93 -
System Red Green Blue C M Y K H S L
Decimal 255 199 249 0 0.22 0.02 0 306.43 1 0.89
Hex FF C7 F9 0 16 2 0 132 64 59
Octal 377 307 371 0 26 2 0 462 144 131
Binary 11111111 11000111 11111001 0 10110 10 0 100110010 1100100 1011001

Color Harmonies of #FFC7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC7F9

Black with #FFC7F9

Text Example


Text Example

White with #FFC7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC7F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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