Html Css Color HEX #FDCCFA Snuff

📋 copy color: '#FDCCFA'

red 253 ◦ green 204 ◦ blue 250

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

Shades of Snuff #FDCCFA

Tints of Snuff #FDCCFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.36%

R = 35.79%
G = 28.85%
B = 35.36%

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

#FDCCFA (or 0xFDCCFA) is known color: Snuff. HEX triplet: FD, CC and FA. RGB value is (253,204,250). Sum of RGB (Red+Green+Blue) = 253+204+250=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 204 (80.08% from 255 or 28.85% from 707); Blue value is 250 (98.05% from 255 or 35.36% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCCFA is #023305. Grayscale: #DFDFDF. Windows color (decimal): -144134 or 16436477. OLE color: 16436477.

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

Color convert

RGB 253 204 250 -
CMYK 0 0.19 0.01 0.01
HSL 303.67º 0.92% 0.9% -
HSV(B) 303.67º 0.19% 0.99% -
XYZ 79.36 70.97 99.96 -
YUV 223.9 142.73 148.76 -
System Red Green Blue C M Y K H S L
Decimal 253 204 250 0 0.19 0.01 0.01 303.67 0.92 0.9
Hex FD CC FA 0 13 1 1 130 5C 5A
Octal 375 314 372 0 23 1 1 460 134 132
Binary 11111101 11001100 11111010 0 10011 1 1 100110000 1011100 1011010

Color Harmonies of #FDCCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCCFA

Black with #FDCCFA

Text Example


Text Example

White with #FDCCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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