#F5BBDA

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

Shades of Cotton Candy #F5BBDA

Tints of Cotton Candy #F5BBDA

Color information

#F5BBDA (or 0xF5BBDA) is unknown color: approx Cotton Candy. HEX triplet: F5, BB and DA. RGB value is (245,187,218). Sum of RGB (Red+Green+Blue) = 245+187+218=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BBDA is #0A4425. Grayscale: #CFCFCF. Windows color (decimal): -672806 or 14334965. OLE color: 14334965.

HSL color Cylindrical-coordinate representation of color #F5BBDA: hue angle of 327.93º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BBDA is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB245187218-
CMYK00.240.110.04
HSL327.93º74.36%84.71%-
HSV(B)327.93º23.67%96.08%-
XYZ68.0860.0274.33-
YUV207.88133.72154.48-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.69%
GREEN value IS 187 (73.44% from 255) = 28.77%
BLUE value IS 218 (85.55% from 255) = 33.54%
R=37.69%
G=28.77%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518721800.240.110.04327.9374.3684.71
HexF5BBDA018B41484a55
Octal365273332030134510112125
Binary111101011011101111011010011000101110010100100010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BBDA; }

 p { color: rgb(245,187,218); }

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

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

 a { background-color: rgb(245,187,218); }

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

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

 span { border-color: rgb(245,187,218); }

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