Html Css Color HEX #F8CDFB Snuff

📋 copy color: '#F8CDFB'

red 248 ◦ green 205 ◦ blue 251

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

Shades of Snuff #F8CDFB

Tints of Snuff #F8CDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 35.65%

R = 35.23%
G = 29.12%
B = 35.65%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F8CDFB (or 0xF8CDFB) is known color: Snuff. HEX triplet: F8, CD and FB. RGB value is (248,205,251). Sum of RGB (Red+Green+Blue) = 248+205+251=704 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.23% from 704); Green value is 205 (80.47% from 255 or 29.12% from 704); Blue value is 251 (98.44% from 255 or 35.65% from 704); Max value from RGB is 251 - color contains mainly: blue. Hex color #F8CDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8CDFB is #073204. Grayscale: #DEDEDE. Windows color (decimal): -471557 or 16502264. OLE color: 16502264.

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

Color convert

RGB 248 205 251 -
CMYK 0.01 0.18 0 0.02
HSL 296.09º 0.85% 0.89% -
HSV(B) 296.09º 0.18% 0.98% -
XYZ 77.96 70.58 100.78 -
YUV 223.1 143.75 145.76 -
System Red Green Blue C M Y K H S L
Decimal 248 205 251 0.01 0.18 0 0.02 296.09 0.85 0.89
Hex F8 CD FB 1 12 0 2 128 55 59
Octal 370 315 373 1 22 0 2 450 125 131
Binary 11111000 11001101 11111011 1 10010 0 10 100101000 1010101 1011001

Color Harmonies of #F8CDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CDFB

Black with #F8CDFB

Text Example


Text Example

White with #F8CDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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