Html Css Color HEX #FFC9F7 Snuff

📋 copy color: '#FFC9F7'

red 255 ◦ green 201 ◦ blue 247

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

Shades of Snuff #FFC9F7

Tints of Snuff #FFC9F7

RGB

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

 GREEN value IS 201 (78.91% from 255) = 28.59%

 BLUE value IS 247 (96.88% from 255) = 35.14%

R = 36.27%
G = 28.59%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FFC9F7 (or 0xFFC9F7) is known color: Snuff. HEX triplet: FF, C9 and F7. RGB value is (255,201,247). Sum of RGB (Red+Green+Blue) = 255+201+247=703 (93% of max value = 765). Red value is 255 (100% from 255 or 36.27% from 703); Green value is 201 (78.91% from 255 or 28.59% from 703); Blue value is 247 (96.88% from 255 or 35.14% from 703); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC9F7 is #003608. Grayscale: #DEDEDE. Windows color (decimal): -13833 or 16239103. OLE color: 16239103.

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

Color convert

RGB 255 201 247 -
CMYK 0 0.21 0.03 0
HSL 308.89º 1% 0.89% -
HSV(B) 308.89º 0.21% 1% -
XYZ 78.92 69.75 97.3 -
YUV 222.39 141.89 151.26 -
System Red Green Blue C M Y K H S L
Decimal 255 201 247 0 0.21 0.03 0 308.89 1 0.89
Hex FF C9 F7 0 15 3 0 135 64 59
Octal 377 311 367 0 25 3 0 465 144 131
Binary 11111111 11001001 11110111 0 10101 11 0 100110101 1100100 1011001

Color Harmonies of #FFC9F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC9F7

Black with #FFC9F7

Text Example


Text Example

White with #FFC9F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC9F7; }

 p { color: rgb(255,201,247); }

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

background-color css

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

 a { background-color: rgb(255,201,247); }

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

border-color css

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

 span { border-color: rgb(255,201,247); }

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