#F2B9D3

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

Shades of Cotton Candy #F2B9D3

Tints of Cotton Candy #F2B9D3

Color information

#F2B9D3 (or 0xF2B9D3) is unknown color: approx Cotton Candy. HEX triplet: F2, B9 and D3. RGB value is (242,185,211). Sum of RGB (Red+Green+Blue) = 242+185+211=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 185 (72.66% from 255 or 29.00% from 638); Blue value is 211 (82.81% from 255 or 33.07% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B9D3 is #0D462C. Grayscale: #CCCCCC. Windows color (decimal): -869933 or 13875698. OLE color: 13875698.

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

Color convert

RGB242185211-
CMYK00.240.130.05
HSL332.63º68.67%83.73%-
HSV(B)332.63º23.55%94.9%-
XYZ65.7258.2869.41-
YUV205.01131.38154.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.93%
GREEN value IS 185 (72.66% from 255) = 29.00%
BLUE value IS 211 (82.81% from 255) = 33.07%
R=37.93%
G=29.00%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218521100.240.130.05332.6368.6783.73
HexF2B9D3018D514d4554
Octal362271323030155515105124
Binary111100101011100111010011011000110110110100110110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B9D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B9D3; }

 p { color: rgb(242,185,211); }

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

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

 a { background-color: rgb(242,185,211); }

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

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

 span { border-color: rgb(242,185,211); }

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