#F8BAD5

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

Shades of Cotton Candy #F8BAD5

Tints of Cotton Candy #F8BAD5

Color information

#F8BAD5 (or 0xF8BAD5) is unknown color: approx Cotton Candy. HEX triplet: F8, BA and D5. RGB value is (248,186,213). Sum of RGB (Red+Green+Blue) = 248+186+213=647 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.33% from 647); Green value is 186 (73.05% from 255 or 28.75% from 647); Blue value is 213 (83.59% from 255 or 32.92% from 647); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BAD5 is #07452A. Grayscale: #CFCFCF. Windows color (decimal): -476459 or 14007032. OLE color: 14007032.

HSL color Cylindrical-coordinate representation of color #F8BAD5: hue angle of 333.87º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8BAD5 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB248186213-
CMYK00.250.140.03
HSL333.87º81.58%85.1%-
HSV(B)333.87º25%97.25%-
XYZ68.2859.8870.91-
YUV207.62131.04156.8-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.33%
GREEN value IS 186 (73.05% from 255) = 28.75%
BLUE value IS 213 (83.59% from 255) = 32.92%
R=38.33%
G=28.75%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818621300.250.140.03333.8781.5885.1
HexF8BAD5019E314e5255
Octal370272325031163516122125
Binary11111000101110101101010101100111101110100111010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BAD5; }

 p { color: rgb(248,186,213); }

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

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

 a { background-color: rgb(248,186,213); }

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

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

 span { border-color: rgb(248,186,213); }

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