Html Css Color HEX #F8CDF6 Snuff

📋 copy color: '#F8CDF6'

red 248 ◦ green 205 ◦ blue 246

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

Shades of Snuff #F8CDF6

Tints of Snuff #F8CDF6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 29.33%

 BLUE value IS 246 (96.48% from 255) = 35.19%

R = 35.48%
G = 29.33%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F8CDF6 (or 0xF8CDF6) is known color: Snuff. HEX triplet: F8, CD and F6. RGB value is (248,205,246). Sum of RGB (Red+Green+Blue) = 248+205+246=699 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.48% from 699); Green value is 205 (80.47% from 255 or 29.33% from 699); Blue value is 246 (96.48% from 255 or 35.19% from 699); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CDF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CDF6 is #073209. Grayscale: #DEDEDE. Windows color (decimal): -471562 or 16174584. OLE color: 16174584.

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

Color convert

RGB 248 205 246 -
CMYK 0 0.17 0.01 0.03
HSL 302.79º 0.75% 0.89% -
HSV(B) 302.79º 0.17% 0.97% -
XYZ 77.18 70.27 96.69 -
YUV 222.53 141.25 146.17 -
System Red Green Blue C M Y K H S L
Decimal 248 205 246 0 0.17 0.01 0.03 302.79 0.75 0.89
Hex F8 CD F6 0 11 1 3 12F 4B 59
Octal 370 315 366 0 21 1 3 457 113 131
Binary 11111000 11001101 11110110 0 10001 1 11 100101111 1001011 1011001

Color Harmonies of #F8CDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CDF6

Black with #F8CDF6

Text Example


Text Example

White with #F8CDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CDF6; }

 p { color: rgb(248,205,246); }

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

background-color css

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

 a { background-color: rgb(248,205,246); }

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

border-color css

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

 span { border-color: rgb(248,205,246); }

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