#F2BBD2

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

Shades of Cotton Candy #F2BBD2

Tints of Cotton Candy #F2BBD2

Color information

#F2BBD2 (or 0xF2BBD2) is unknown color: approx Cotton Candy. HEX triplet: F2, BB and D2. RGB value is (242,187,210). Sum of RGB (Red+Green+Blue) = 242+187+210=639 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.87% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBD2 is #0D442D. Grayscale: #CECECE. Windows color (decimal): -869422 or 13810674. OLE color: 13810674.

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

Color convert

RGB242187210-
CMYK00.230.130.05
HSL334.91º67.9%84.12%-
HSV(B)334.91º22.73%94.9%-
XYZ66.0259.0768.89-
YUV206.07130.22153.63-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.87%
GREEN value IS 187 (73.44% from 255) = 29.26%
BLUE value IS 210 (82.42% from 255) = 32.86%
R=37.87%
G=29.26%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218721000.230.130.05334.9167.984.12
HexF2BBD2017D514f4454
Octal362273322027155517104124
Binary111100101011101111010010010111110110110100111110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BBD2; }

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

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

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

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

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

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

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

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