#F1BAD5

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

Shades of Cotton Candy #F1BAD5

Tints of Cotton Candy #F1BAD5

Color information

#F1BAD5 (or 0xF1BAD5) is unknown color: approx Cotton Candy. HEX triplet: F1, BA and D5. RGB value is (241,186,213). Sum of RGB (Red+Green+Blue) = 241+186+213=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 213 (83.59% from 255 or 33.28% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BAD5 is #0E452A. Grayscale: #CDCDCD. Windows color (decimal): -935211 or 14007025. OLE color: 14007025.

HSL color Cylindrical-coordinate representation of color #F1BAD5: hue angle of 330.55º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1BAD5 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB241186213-
CMYK00.230.120.05
HSL330.55º66.27%83.73%-
HSV(B)330.55º22.82%94.51%-
XYZ65.8458.6270.8-
YUV205.52132.22153.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.66%
GREEN value IS 186 (73.05% from 255) = 29.06%
BLUE value IS 213 (83.59% from 255) = 33.28%
R=37.66%
G=29.06%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118621300.230.120.05330.5566.2783.73
HexF1BAD5017C514b4254
Octal361272325027145513102124
Binary111100011011101011010101010111110010110100101110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BAD5; }

 p { color: rgb(241,186,213); }

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

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

 a { background-color: rgb(241,186,213); }

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

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

 span { border-color: rgb(241,186,213); }

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