#F4BBD1

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

Shades of Cotton Candy #F4BBD1

Tints of Cotton Candy #F4BBD1

Color information

#F4BBD1 (or 0xF4BBD1) is unknown color: approx Cotton Candy. HEX triplet: F4, BB and D1. RGB value is (244,187,209). Sum of RGB (Red+Green+Blue) = 244+187+209=640 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.12% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 209 (82.03% from 255 or 32.66% from 640); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBD1 is #0B442E. Grayscale: #CECECE. Windows color (decimal): -738351 or 13745140. OLE color: 13745140.

HSL color Cylindrical-coordinate representation of color #F4BBD1: hue angle of 336.84º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4BBD1 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB244187209-
CMYK00.230.140.04
HSL336.84º72.15%84.51%-
HSV(B)336.84º23.36%95.69%-
XYZ66.5959.3868.27-
YUV206.55129.38154.71-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.12%
GREEN value IS 187 (73.44% from 255) = 29.22%
BLUE value IS 209 (82.03% from 255) = 32.66%
R=38.12%
G=29.22%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418720900.230.140.04336.8472.1584.51
HexF4BBD1017E41514855
Octal364273321027164521110125
Binary111101001011101111010001010111111010010101000110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BBD1; }

 p { color: rgb(244,187,209); }

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

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

 a { background-color: rgb(244,187,209); }

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

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

 span { border-color: rgb(244,187,209); }

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