#F9BAD2

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

Shades of Cotton Candy #F9BAD2

Tints of Cotton Candy #F9BAD2

Color information

#F9BAD2 (or 0xF9BAD2) is unknown color: approx Cotton Candy. HEX triplet: F9, BA and D2. RGB value is (249,186,210). Sum of RGB (Red+Green+Blue) = 249+186+210=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 210 (82.42% from 255 or 32.56% from 645); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BAD2 is #06452D. Grayscale: #CFCFCF. Windows color (decimal): -410926 or 13810425. OLE color: 13810425.

HSL color Cylindrical-coordinate representation of color #F9BAD2: hue angle of 337.14º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9BAD2 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB249186210-
CMYK00.250.160.02
HSL337.14º84%85.29%-
HSV(B)337.14º25.3%97.65%-
XYZ68.2659.9168.94-
YUV207.57129.37157.55-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.60%
GREEN value IS 186 (73.05% from 255) = 28.84%
BLUE value IS 210 (82.42% from 255) = 32.56%
R=38.60%
G=28.84%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918621000.250.160.02337.148485.29
HexF9BAD20191021515455
Octal371272322031202521124125
Binary111110011011101011010010011001100001010101000110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9BAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9BAD2; }

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

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

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

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

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

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

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

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