#F8BBD4

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

Shades of Cotton Candy #F8BBD4

Tints of Cotton Candy #F8BBD4

Color information

#F8BBD4 (or 0xF8BBD4) is unknown color: approx Cotton Candy. HEX triplet: F8, BB and D4. RGB value is (248,187,212). Sum of RGB (Red+Green+Blue) = 248+187+212=647 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.33% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 212 (83.20% from 255 or 32.77% from 647); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBD4 is #07442B. Grayscale: #D0D0D0. Windows color (decimal): -476204 or 13941752. OLE color: 13941752.

HSL color Cylindrical-coordinate representation of color #F8BBD4: hue angle of 335.41º degrees, saturation: 0.81, 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 #F8BBD4 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB248187212-
CMYK00.250.150.03
HSL335.41º81.33%85.29%-
HSV(B)335.41º24.6%97.25%-
XYZ68.3760.2570.31-
YUV208.09130.21156.47-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.33%
GREEN value IS 187 (73.44% from 255) = 28.90%
BLUE value IS 212 (83.20% from 255) = 32.77%
R=38.33%
G=28.90%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818721200.250.150.03335.4181.3385.29
HexF8BBD4019F314f5155
Octal370273324031173517121125
Binary11111000101110111101010001100111111110100111110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BBD4; }

 p { color: rgb(248,187,212); }

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

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

 a { background-color: rgb(248,187,212); }

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

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

 span { border-color: rgb(248,187,212); }

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