#F2BAD5

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

Shades of Cotton Candy #F2BAD5

Tints of Cotton Candy #F2BAD5

Color information

#F2BAD5 (or 0xF2BAD5) is unknown color: approx Cotton Candy. HEX triplet: F2, BA and D5. RGB value is (242,186,213). Sum of RGB (Red+Green+Blue) = 242+186+213=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 213 (83.59% from 255 or 33.23% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BAD5 is #0D452A. Grayscale: #CDCDCD. Windows color (decimal): -869675 or 14007026. OLE color: 14007026.

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

Color convert

RGB242186213-
CMYK00.230.120.05
HSL331.07º68.29%83.92%-
HSV(B)331.07º23.14%94.9%-
XYZ66.1958.870.81-
YUV205.82132.05153.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.75%
GREEN value IS 186 (73.05% from 255) = 29.02%
BLUE value IS 213 (83.59% from 255) = 33.23%
R=37.75%
G=29.02%
B=33.23%

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
Decimal24218621300.230.120.05331.0768.2983.92
HexF2BAD5017C514b4454
Octal362272325027145513104124
Binary111100101011101011010101010111110010110100101110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BAD5; }

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

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

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

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

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

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

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

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