#F2BBD5

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

Shades of Cotton Candy #F2BBD5

Tints of Cotton Candy #F2BBD5

Color information

#F2BBD5 (or 0xF2BBD5) is unknown color: approx Cotton Candy. HEX triplet: F2, BB and D5. RGB value is (242,187,213). Sum of RGB (Red+Green+Blue) = 242+187+213=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 213 (83.59% from 255 or 33.18% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBD5 is #0D442A. Grayscale: #CECECE. Windows color (decimal): -869419 or 14007282. OLE color: 14007282.

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

Color convert

RGB242187213-
CMYK00.230.120.05
HSL331.64º67.9%84.12%-
HSV(B)331.64º22.73%94.9%-
XYZ66.459.2270.88-
YUV206.41131.72153.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.69%
GREEN value IS 187 (73.44% from 255) = 29.13%
BLUE value IS 213 (83.59% from 255) = 33.18%
R=37.69%
G=29.13%
B=33.18%

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
Decimal24218721300.230.120.05331.6467.984.12
HexF2BBD5017C514c4454
Octal362273325027145514104124
Binary111100101011101111010101010111110010110100110010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BBD5; }

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

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

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

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

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

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

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

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