#F8BDD4

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

Shades of Cotton Candy #F8BDD4

Tints of Cotton Candy #F8BDD4

Color information

#F8BDD4 (or 0xF8BDD4) is unknown color: approx Cotton Candy. HEX triplet: F8, BD and D4. RGB value is (248,189,212). Sum of RGB (Red+Green+Blue) = 248+189+212=649 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.21% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDD4 is #07422B. Grayscale: #D1D1D1. Windows color (decimal): -475692 or 13942264. OLE color: 13942264.

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

Color convert

RGB248189212-
CMYK00.240.150.03
HSL336.61º80.82%85.69%-
HSV(B)336.61º23.79%97.25%-
XYZ68.7961.1170.46-
YUV209.26129.55155.63-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.21%
GREEN value IS 189 (74.22% from 255) = 29.12%
BLUE value IS 212 (83.20% from 255) = 32.67%
R=38.21%
G=29.12%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818921200.240.150.03336.6180.8285.69
HexF8BDD4018F31515156
Octal370275324030173521121126
Binary11111000101111011101010001100011111110101000110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BDD4; }

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

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

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

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

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

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

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

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