Html Css Color HEX #F5CCF8 Snuff

📋 copy color: '#F5CCF8'

red 245 ◦ green 204 ◦ blue 248

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

Shades of Snuff #F5CCF8

Tints of Snuff #F5CCF8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 29.27%

 BLUE value IS 248 (97.27% from 255) = 35.58%

R = 35.15%
G = 29.27%
B = 35.58%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F5CCF8 (or 0xF5CCF8) is known color: Snuff. HEX triplet: F5, CC and F8. RGB value is (245,204,248). Sum of RGB (Red+Green+Blue) = 245+204+248=697 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.15% from 697); Green value is 204 (80.08% from 255 or 29.27% from 697); Blue value is 248 (97.27% from 255 or 35.58% from 697); Max value from RGB is 248 - color contains mainly: blue. Hex color #F5CCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CCF8 is #0A3307. Grayscale: #DDDDDD. Windows color (decimal): -668424 or 16305397. OLE color: 16305397.

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

Color convert

RGB 245 204 248 -
CMYK 0.01 0.18 0 0.03
HSL 295.91º 0.76% 0.89% -
HSV(B) 295.91º 0.18% 0.97% -
XYZ 76.19 69.38 98.18 -
YUV 221.28 143.08 144.92 -
System Red Green Blue C M Y K H S L
Decimal 245 204 248 0.01 0.18 0 0.03 295.91 0.76 0.89
Hex F5 CC F8 1 12 0 3 128 4C 59
Octal 365 314 370 1 22 0 3 450 114 131
Binary 11110101 11001100 11111000 1 10010 0 11 100101000 1001100 1011001

Color Harmonies of #F5CCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CCF8

Black with #F5CCF8

Text Example


Text Example

White with #F5CCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CCF8; }

 p { color: rgb(245,204,248); }

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

background-color css

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

 a { background-color: rgb(245,204,248); }

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

border-color css

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

 span { border-color: rgb(245,204,248); }

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