#F8BBD0

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

Shades of Cotton Candy #F8BBD0

Tints of Cotton Candy #F8BBD0

Color information

#F8BBD0 (or 0xF8BBD0) is unknown color: approx Cotton Candy. HEX triplet: F8, BB and D0. RGB value is (248,187,208). Sum of RGB (Red+Green+Blue) = 248+187+208=643 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.57% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBD0 is #07442F. Grayscale: #CFCFCF. Windows color (decimal): -476208 or 13679608. OLE color: 13679608.

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

Color convert

RGB248187208-
CMYK00.250.160.03
HSL339.34º81.33%85.29%-
HSV(B)339.34º24.6%97.25%-
XYZ67.8760.0567.69-
YUV207.63128.21156.79-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.57%
GREEN value IS 187 (73.44% from 255) = 29.08%
BLUE value IS 208 (81.64% from 255) = 32.35%
R=38.57%
G=29.08%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818720800.250.160.03339.3481.3385.29
HexF8BBD00191031535155
Octal370273320031203523121125
Binary111110001011101111010000011001100001110101001110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BBD0; }

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

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

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

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

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

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

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

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