#F1BAD2

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

Shades of Cotton Candy #F1BAD2

Tints of Cotton Candy #F1BAD2

Color information

#F1BAD2 (or 0xF1BAD2) is unknown color: approx Cotton Candy. HEX triplet: F1, BA and D2. RGB value is (241,186,210). Sum of RGB (Red+Green+Blue) = 241+186+210=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BAD2 is #0E452D. Grayscale: #CDCDCD. Windows color (decimal): -935214 or 13810417. OLE color: 13810417.

HSL color Cylindrical-coordinate representation of color #F1BAD2: hue angle of 333.82º 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 #F1BAD2 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB241186210-
CMYK00.230.130.05
HSL333.82º66.27%83.73%-
HSV(B)333.82º22.82%94.51%-
XYZ65.4758.4768.81-
YUV205.18130.72153.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.83%
GREEN value IS 186 (73.05% from 255) = 29.20%
BLUE value IS 210 (82.42% from 255) = 32.97%
R=37.83%
G=29.20%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118621000.230.130.05333.8266.2783.73
HexF1BAD2017D514e4254
Octal361272322027155516102124
Binary111100011011101011010010010111110110110100111010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BAD2; }

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

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

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

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

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

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

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

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