Html Css Color HEX #FFC5F9 Snuff

📋 copy color: '#FFC5F9'

red 255 ◦ green 197 ◦ blue 249

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

Shades of Snuff #FFC5F9

Tints of Snuff #FFC5F9

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.1%

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

R = 36.38%
G = 28.1%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FFC5F9 (or 0xFFC5F9) is known color: Snuff. HEX triplet: FF, C5 and F9. RGB value is (255,197,249). Sum of RGB (Red+Green+Blue) = 255+197+249=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 197 (77.34% from 255 or 28.10% from 701); Blue value is 249 (97.66% from 255 or 35.52% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC5F9 is #003A06. Grayscale: #DCDCDC. Windows color (decimal): -14855 or 16369151. OLE color: 16369151.

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

Color convert

RGB 255 197 249 -
CMYK 0 0.23 0.02 0
HSL 306.21º 1% 0.89% -
HSV(B) 306.21º 0.23% 1% -
XYZ 78.31 68.03 98.63 -
YUV 220.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 255 197 249 0 0.23 0.02 0 306.21 1 0.89
Hex FF C5 F9 0 17 2 0 132 64 59
Octal 377 305 371 0 27 2 0 462 144 131
Binary 11111111 11000101 11111001 0 10111 10 0 100110010 1100100 1011001

Color Harmonies of #FFC5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC5F9

Black with #FFC5F9

Text Example


Text Example

White with #FFC5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC5F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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