#F8BDD7

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

Shades of Cotton Candy #F8BDD7

Tints of Cotton Candy #F8BDD7

Color information

#F8BDD7 (or 0xF8BDD7) is unknown color: approx Cotton Candy. HEX triplet: F8, BD and D7. RGB value is (248,189,215). Sum of RGB (Red+Green+Blue) = 248+189+215=652 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.04% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 215 (84.38% from 255 or 32.98% from 652); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDD7 is #074228. Grayscale: #D1D1D1. Windows color (decimal): -475689 or 14138872. OLE color: 14138872.

HSL color Cylindrical-coordinate representation of color #F8BDD7: hue angle of 333.56º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8BDD7 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB248189215-
CMYK00.240.130.03
HSL333.56º80.82%85.69%-
HSV(B)333.56º23.79%97.25%-
XYZ69.1761.2672.47-
YUV209.6131.05155.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.04%
GREEN value IS 189 (74.22% from 255) = 28.99%
BLUE value IS 215 (84.38% from 255) = 32.98%
R=38.04%
G=28.99%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818921500.240.130.03333.5680.8285.69
HexF8BDD7018D314e5156
Octal370275327030153516121126
Binary11111000101111011101011101100011011110100111010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BDD7; }

 p { color: rgb(248,189,215); }

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

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

 a { background-color: rgb(248,189,215); }

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

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

 span { border-color: rgb(248,189,215); }

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