Html Css Color HEX #F8C9FD Snuff

📋 copy color: '#F8C9FD'

red 248 ◦ green 201 ◦ blue 253

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

Shades of Snuff #F8C9FD

Tints of Snuff #F8C9FD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 28.63%

 BLUE value IS 253 (99.22% from 255) = 36.04%

R = 35.33%
G = 28.63%
B = 36.04%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F8C9FD (or 0xF8C9FD) is known color: Snuff. HEX triplet: F8, C9 and FD. RGB value is (248,201,253). Sum of RGB (Red+Green+Blue) = 248+201+253=702 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.33% from 702); Green value is 201 (78.91% from 255 or 28.63% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #F8C9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C9FD is #073602. Grayscale: #DCDCDC. Windows color (decimal): -472579 or 16632312. OLE color: 16632312.

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

Color convert

RGB 248 201 253 -
CMYK 0.02 0.21 0 0.01
HSL 294.23º 0.93% 0.89% -
HSV(B) 294.23º 0.21% 0.99% -
XYZ 77.33 68.82 102.14 -
YUV 220.98 146.07 147.27 -
System Red Green Blue C M Y K H S L
Decimal 248 201 253 0.02 0.21 0 0.01 294.23 0.93 0.89
Hex F8 C9 FD 2 15 0 1 126 5D 59
Octal 370 311 375 2 25 0 1 446 135 131
Binary 11111000 11001001 11111101 10 10101 0 1 100100110 1011101 1011001

Color Harmonies of #F8C9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C9FD

Black with #F8C9FD

Text Example


Text Example

White with #F8C9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C9FD; }

 p { color: rgb(248,201,253); }

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

background-color css

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

 a { background-color: rgb(248,201,253); }

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

border-color css

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

 span { border-color: rgb(248,201,253); }

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