Html Css Color HEX #FDCCFB Snuff

📋 copy color: '#FDCCFB'

red 253 ◦ green 204 ◦ blue 251

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

Shades of Snuff #FDCCFB

Tints of Snuff #FDCCFB

RGB

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

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

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

R = 35.73%
G = 28.81%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDCCFB (or 0xFDCCFB) is known color: Snuff. HEX triplet: FD, CC and FB. RGB value is (253,204,251). Sum of RGB (Red+Green+Blue) = 253+204+251=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 204 (80.08% from 255 or 28.81% from 708); Blue value is 251 (98.44% from 255 or 35.45% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCCFB is #023304. Grayscale: #DFDFDF. Windows color (decimal): -144133 or 16502013. OLE color: 16502013.

HSL color Cylindrical-coordinate representation of color #FDCCFB: hue angle of 302.45º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCCFB is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 204 251 -
CMYK 0 0.19 0.01 0.01
HSL 302.45º 0.92% 0.9% -
HSV(B) 302.45º 0.19% 0.99% -
XYZ 79.51 71.03 100.79 -
YUV 224.01 143.23 148.68 -
System Red Green Blue C M Y K H S L
Decimal 253 204 251 0 0.19 0.01 0.01 302.45 0.92 0.9
Hex FD CC FB 0 13 1 1 12E 5C 5A
Octal 375 314 373 0 23 1 1 456 134 132
Binary 11111101 11001100 11111011 0 10011 1 1 100101110 1011100 1011010

Color Harmonies of #FDCCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCCFB

Black with #FDCCFB

Text Example


Text Example

White with #FDCCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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