Html Css Color HEX #FDC8FB Snuff

📋 copy color: '#FDC8FB'

red 253 ◦ green 200 ◦ blue 251

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

Shades of Snuff #FDC8FB

Tints of Snuff #FDC8FB

RGB

 RED value IS 253 (99.22% from 255) = 35.94%

 GREEN value IS 200 (78.52% from 255) = 28.41%

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

R = 35.94%
G = 28.41%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDC8FB (or 0xFDC8FB) is known color: Snuff. HEX triplet: FD, C8 and FB. RGB value is (253,200,251). Sum of RGB (Red+Green+Blue) = 253+200+251=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 200 (78.52% from 255 or 28.41% from 704); Blue value is 251 (98.44% from 255 or 35.65% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC8FB is #023704. Grayscale: #DDDDDD. Windows color (decimal): -145157 or 16500989. OLE color: 16500989.

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

Color convert

RGB 253 200 251 -
CMYK 0 0.21 0.01 0.01
HSL 302.26º 0.93% 0.89% -
HSV(B) 302.26º 0.21% 0.99% -
XYZ 78.57 69.16 100.47 -
YUV 221.66 144.56 150.35 -
System Red Green Blue C M Y K H S L
Decimal 253 200 251 0 0.21 0.01 0.01 302.26 0.93 0.89
Hex FD C8 FB 0 15 1 1 12E 5D 59
Octal 375 310 373 0 25 1 1 456 135 131
Binary 11111101 11001000 11111011 0 10101 1 1 100101110 1011101 1011001

Color Harmonies of #FDC8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC8FB

Black with #FDC8FB

Text Example


Text Example

White with #FDC8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC8FB; }

 p { color: rgb(253,200,251); }

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

background-color css

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

 a { background-color: rgb(253,200,251); }

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

border-color css

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

 span { border-color: rgb(253,200,251); }

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