#F2BBD1

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

Shades of Cotton Candy #F2BBD1

Tints of Cotton Candy #F2BBD1

Color information

#F2BBD1 (or 0xF2BBD1) is unknown color: approx Cotton Candy. HEX triplet: F2, BB and D1. RGB value is (242,187,209). Sum of RGB (Red+Green+Blue) = 242+187+209=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBD1 is #0D442E. Grayscale: #CDCDCD. Windows color (decimal): -869423 or 13745138. OLE color: 13745138.

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

Color convert

RGB242187209-
CMYK00.230.140.05
HSL336º67.9%84.12%-
HSV(B)336º22.73%94.9%-
XYZ65.959.0268.24-
YUV205.95129.72153.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.93%
GREEN value IS 187 (73.44% from 255) = 29.31%
BLUE value IS 209 (82.03% from 255) = 32.76%
R=37.93%
G=29.31%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218720900.230.140.0533667.984.12
HexF2BBD1017E51504454
Octal362273321027165520104124
Binary111100101011101111010001010111111010110101000010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BBD1; }

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

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

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

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

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

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

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

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