#FFCDFA

Color #FFCDFA Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #FFCDFA

Tints of Snuff #FFCDFA

Color information

#FFCDFA (or 0xFFCDFA) is unknown color: approx Snuff. HEX triplet: FF, CD and FA. RGB value is (255,205,250). Sum of RGB (Red+Green+Blue) = 255+205+250=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 205 (80.47% from 255 or 28.87% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCDFA is #003205. Grayscale: #E0E0E0. Windows color (decimal): -12806 or 16436735. OLE color: 16436735.

HSL color Cylindrical-coordinate representation of color #FFCDFA: hue angle of 306º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCDFA is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB255205250-
CMYK00.200.020
HSL306º100%90.2%-
HSV(B)306º19.61%100%-
XYZ80.3371.82100.07-
YUV225.08142.06149.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.92%
GREEN value IS 205 (80.47% from 255) = 28.87%
BLUE value IS 250 (98.05% from 255) = 35.21%
R=35.92%
G=28.87%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520525000.200.02030610090.2
HexFFCDFA01420132645a
Octal37731537202420462144132
Binary11111111110011011111101001010010010011001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCDFA; }

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

 H1.HeaderClassName
 {
   color: #FFCDFA;
 }
 .AnyTagClassName
 {
   color: #FFCDFA;
 }
</style>
background-color css

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

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

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

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

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

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