#F1BAD1

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

Shades of Cotton Candy #F1BAD1

Tints of Cotton Candy #F1BAD1

Color information

#F1BAD1 (or 0xF1BAD1) is unknown color: approx Cotton Candy. HEX triplet: F1, BA and D1. RGB value is (241,186,209). Sum of RGB (Red+Green+Blue) = 241+186+209=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 209 (82.03% from 255 or 32.86% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BAD1 is #0E452E. Grayscale: #CDCDCD. Windows color (decimal): -935215 or 13744881. OLE color: 13744881.

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

Color convert

RGB241186209-
CMYK00.230.130.05
HSL334.91º66.27%83.73%-
HSV(B)334.91º22.82%94.51%-
XYZ65.3458.4268.15-
YUV205.07130.22153.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.89%
GREEN value IS 186 (73.05% from 255) = 29.25%
BLUE value IS 209 (82.03% from 255) = 32.86%
R=37.89%
G=29.25%
B=32.86%

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
Decimal24118620900.230.130.05334.9166.2783.73
HexF1BAD1017D514f4254
Octal361272321027155517102124
Binary111100011011101011010001010111110110110100111110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BAD1; }

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

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

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

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

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

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

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

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