#FFC1DA

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

Shades of Cotton Candy #FFC1DA

Tints of Cotton Candy #FFC1DA

Color information

#FFC1DA (or 0xFFC1DA) is unknown color: approx Cotton Candy. HEX triplet: FF, C1 and DA. RGB value is (255,193,218). Sum of RGB (Red+Green+Blue) = 255+193+218=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 193 (75.78% from 255 or 28.98% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1DA is #003E25. Grayscale: #D6D6D6. Windows color (decimal): -15910 or 14336511. OLE color: 14336511.

HSL color Cylindrical-coordinate representation of color #FFC1DA: hue angle of 335.81º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC1DA is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB255193218-
CMYK00.240.150
HSL335.81º100%87.84%-
HSV(B)335.81º24.31%100%-
XYZ72.9664.4674.93-
YUV214.39130.04156.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.29%
GREEN value IS 193 (75.78% from 255) = 28.98%
BLUE value IS 218 (85.55% from 255) = 32.73%
R=38.29%
G=28.98%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519321800.240.150335.8110087.84
HexFFC1DA018F01506458
Octal377301332030170520144130
Binary1111111111000001110110100110001111010101000011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC1DA; }

 p { color: rgb(255,193,218); }

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

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

 a { background-color: rgb(255,193,218); }

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

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

 span { border-color: rgb(255,193,218); }

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