#F2B9D1

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

Shades of Cotton Candy #F2B9D1

Tints of Cotton Candy #F2B9D1

Color information

#F2B9D1 (or 0xF2B9D1) is unknown color: approx Cotton Candy. HEX triplet: F2, B9 and D1. RGB value is (242,185,209). Sum of RGB (Red+Green+Blue) = 242+185+209=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 185 (72.66% from 255 or 29.09% from 636); Blue value is 209 (82.03% from 255 or 32.86% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B9D1 is #0D462E. Grayscale: #CCCCCC. Windows color (decimal): -869935 or 13744626. OLE color: 13744626.

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

Color convert

RGB242185209-
CMYK00.240.140.05
HSL334.74º68.67%83.73%-
HSV(B)334.74º23.55%94.9%-
XYZ65.4858.1868.1-
YUV204.78130.38154.55-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.05%
GREEN value IS 185 (72.66% from 255) = 29.09%
BLUE value IS 209 (82.03% from 255) = 32.86%
R=38.05%
G=29.09%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218520900.240.140.05334.7468.6783.73
HexF2B9D1018E514f4554
Octal362271321030165517105124
Binary111100101011100111010001011000111010110100111110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B9D1; }

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

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

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

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

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

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

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

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