Html Css Color HEX #FFC8F9 Snuff

📋 copy color: '#FFC8F9'

red 255 ◦ green 200 ◦ blue 249

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

Shades of Snuff #FFC8F9

Tints of Snuff #FFC8F9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 28.41%

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

R = 36.22%
G = 28.41%
B = 35.37%

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

#FFC8F9 (or 0xFFC8F9) is known color: Snuff. HEX triplet: FF, C8 and F9. RGB value is (255,200,249). Sum of RGB (Red+Green+Blue) = 255+200+249=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 200 (78.52% from 255 or 28.41% from 704); Blue value is 249 (97.66% from 255 or 35.37% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC8F9 is #003706. Grayscale: #DDDDDD. Windows color (decimal): -14087 or 16369919. OLE color: 16369919.

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

Color convert

RGB 255 200 249 -
CMYK 0 0.22 0.02 0
HSL 306.55º 1% 0.89% -
HSV(B) 306.55º 0.22% 1% -
XYZ 78.99 69.41 98.86 -
YUV 222.03 143.22 151.52 -
System Red Green Blue C M Y K H S L
Decimal 255 200 249 0 0.22 0.02 0 306.55 1 0.89
Hex FF C8 F9 0 16 2 0 133 64 59
Octal 377 310 371 0 26 2 0 463 144 131
Binary 11111111 11001000 11111001 0 10110 10 0 100110011 1100100 1011001

Color Harmonies of #FFC8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC8F9

Black with #FFC8F9

Text Example


Text Example

White with #FFC8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC8F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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