Html Css Color HEX #FCCDFA Snuff

📋 copy color: '#FCCDFA'

red 252 ◦ green 205 ◦ blue 250

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

Shades of Snuff #FCCDFA

Tints of Snuff #FCCDFA

RGB

 RED value IS 252 (98.83% from 255) = 35.64%

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

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

R = 35.64%
G = 29%
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

#FCCDFA (or 0xFCCDFA) is known color: Snuff. HEX triplet: FC, CD and FA. RGB value is (252,205,250). Sum of RGB (Red+Green+Blue) = 252+205+250=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 205 (80.47% from 255 or 29.00% from 707); Blue value is 250 (98.05% from 255 or 35.36% from 707); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCDFA is #033205. Grayscale: #E0E0E0. Windows color (decimal): -209414 or 16436732. OLE color: 16436732.

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

Color convert

RGB 252 205 250 -
CMYK 0 0.19 0.01 0.01
HSL 302.55º 0.89% 0.9% -
HSV(B) 302.55º 0.19% 0.99% -
XYZ 79.23 71.26 100.02 -
YUV 224.18 142.57 147.84 -
System Red Green Blue C M Y K H S L
Decimal 252 205 250 0 0.19 0.01 0.01 302.55 0.89 0.9
Hex FC CD FA 0 13 1 1 12F 59 5A
Octal 374 315 372 0 23 1 1 457 131 132
Binary 11111100 11001101 11111010 0 10011 1 1 100101111 1011001 1011010

Color Harmonies of #FCCDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCDFA

Black with #FCCDFA

Text Example


Text Example

White with #FCCDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCDFA; }

 p { color: rgb(252,205,250); }

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

background-color css

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

 a { background-color: rgb(252,205,250); }

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

border-color css

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

 span { border-color: rgb(252,205,250); }

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