Html Css Color HEX #F8CCF5 Snuff

📋 copy color: '#F8CCF5'

red 248 ◦ green 204 ◦ blue 245

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

Shades of Snuff #F8CCF5

Tints of Snuff #F8CCF5

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #F8CCF5: hue angle of 304.09º 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 #F8CCF5 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 204 245 -
CMYK 0 0.18 0.01 0.03
HSL 304.09º 0.76% 0.89% -
HSV(B) 304.09º 0.18% 0.97% -
XYZ 76.79 69.73 95.8 -
YUV 221.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 248 204 245 0 0.18 0.01 0.03 304.09 0.76 0.89
Hex F8 CC F5 0 12 1 3 130 4C 59
Octal 370 314 365 0 22 1 3 460 114 131
Binary 11111000 11001100 11110101 0 10010 1 11 100110000 1001100 1011001

Color Harmonies of #F8CCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CCF5

Black with #F8CCF5

Text Example


Text Example

White with #F8CCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CCF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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