Html Css Color HEX #FFC9F5 Snuff

📋 copy color: '#FFC9F5'

red 255 ◦ green 201 ◦ blue 245

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

Shades of Snuff #FFC9F5

Tints of Snuff #FFC9F5

RGB

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

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

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

R = 36.38%
G = 28.67%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FFC9F5 (or 0xFFC9F5) is known color: Snuff. HEX triplet: FF, C9 and F5. RGB value is (255,201,245). Sum of RGB (Red+Green+Blue) = 255+201+245=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 201 (78.91% from 255 or 28.67% from 701); Blue value is 245 (96.09% from 255 or 34.95% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC9F5 is #00360A. Grayscale: #DEDEDE. Windows color (decimal): -13835 or 16108031. OLE color: 16108031.

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

Color convert

RGB 255 201 245 -
CMYK 0 0.21 0.04 0
HSL 311.11º 1% 0.89% -
HSV(B) 311.11º 0.21% 1% -
XYZ 78.61 69.63 95.68 -
YUV 222.16 140.89 151.42 -
System Red Green Blue C M Y K H S L
Decimal 255 201 245 0 0.21 0.04 0 311.11 1 0.89
Hex FF C9 F5 0 15 4 0 137 64 59
Octal 377 311 365 0 25 4 0 467 144 131
Binary 11111111 11001001 11110101 0 10101 100 0 100110111 1100100 1011001

Color Harmonies of #FFC9F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC9F5

Black with #FFC9F5

Text Example


Text Example

White with #FFC9F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC9F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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