#F8BDD9

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

Shades of Cotton Candy #F8BDD9

Tints of Cotton Candy #F8BDD9

Color information

#F8BDD9 (or 0xF8BDD9) is unknown color: approx Cotton Candy. HEX triplet: F8, BD and D9. RGB value is (248,189,217). Sum of RGB (Red+Green+Blue) = 248+189+217=654 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.92% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 217 (85.16% from 255 or 33.18% from 654); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDD9 is #074226. Grayscale: #D1D1D1. Windows color (decimal): -475687 or 14269944. OLE color: 14269944.

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

Color convert

RGB248189217-
CMYK00.240.120.03
HSL331.53º80.82%85.69%-
HSV(B)331.53º23.79%97.25%-
XYZ69.4361.3673.83-
YUV209.83132.05155.22-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.92%
GREEN value IS 189 (74.22% from 255) = 28.90%
BLUE value IS 217 (85.16% from 255) = 33.18%
R=37.92%
G=28.90%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818921700.240.120.03331.5380.8285.69
HexF8BDD9018C314c5156
Octal370275331030143514121126
Binary11111000101111011101100101100011001110100110010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BDD9; }

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

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

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

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

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

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

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

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