#F8BDD6

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

Shades of Cotton Candy #F8BDD6

Tints of Cotton Candy #F8BDD6

Color information

#F8BDD6 (or 0xF8BDD6) is unknown color: approx Cotton Candy. HEX triplet: F8, BD and D6. RGB value is (248,189,214). Sum of RGB (Red+Green+Blue) = 248+189+214=651 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.10% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 214 (83.98% from 255 or 32.87% from 651); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDD6 is #074229. Grayscale: #D1D1D1. Windows color (decimal): -475690 or 14073336. OLE color: 14073336.

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

Color convert

RGB248189214-
CMYK00.240.140.03
HSL334.58º80.82%85.69%-
HSV(B)334.58º23.79%97.25%-
XYZ69.0561.2171.79-
YUV209.49130.55155.47-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.10%
GREEN value IS 189 (74.22% from 255) = 29.03%
BLUE value IS 214 (83.98% from 255) = 32.87%
R=38.10%
G=29.03%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818921400.240.140.03334.5880.8285.69
HexF8BDD6018E314f5156
Octal370275326030163517121126
Binary11111000101111011101011001100011101110100111110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BDD6; }

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

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

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

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

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

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

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

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