Html Css Color HEX #F5CFF9 Snuff

📋 copy color: '#F5CFF9'

red 245 ◦ green 207 ◦ blue 249

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

Shades of Snuff #F5CFF9

Tints of Snuff #F5CFF9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 29.53%

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

R = 34.95%
G = 29.53%
B = 35.52%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F5CFF9 (or 0xF5CFF9) is known color: Snuff. HEX triplet: F5, CF and F9. RGB value is (245,207,249). Sum of RGB (Red+Green+Blue) = 245+207+249=701 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.95% from 701); Green value is 207 (81.25% from 255 or 29.53% from 701); Blue value is 249 (97.66% from 255 or 35.52% from 701); Max value from RGB is 249 - color contains mainly: blue. Hex color #F5CFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CFF9 is #0A3006. Grayscale: #DFDFDF. Windows color (decimal): -667655 or 16371701. OLE color: 16371701.

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

Color convert

RGB 245 207 249 -
CMYK 0.02 0.17 0 0.02
HSL 294.29º 0.78% 0.89% -
HSV(B) 294.29º 0.17% 0.98% -
XYZ 77.07 70.88 99.24 -
YUV 223.15 142.59 143.58 -
System Red Green Blue C M Y K H S L
Decimal 245 207 249 0.02 0.17 0 0.02 294.29 0.78 0.89
Hex F5 CF F9 2 11 0 2 126 4E 59
Octal 365 317 371 2 21 0 2 446 116 131
Binary 11110101 11001111 11111001 10 10001 0 10 100100110 1001110 1011001

Color Harmonies of #F5CFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CFF9

Black with #F5CFF9

Text Example


Text Example

White with #F5CFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CFF9; }

 p { color: rgb(245,207,249); }

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

background-color css

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

 a { background-color: rgb(245,207,249); }

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

border-color css

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

 span { border-color: rgb(245,207,249); }

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