#F4BBD3

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

Shades of Cotton Candy #F4BBD3

Tints of Cotton Candy #F4BBD3

Color information

#F4BBD3 (or 0xF4BBD3) is unknown color: approx Cotton Candy. HEX triplet: F4, BB and D3. RGB value is (244,187,211). Sum of RGB (Red+Green+Blue) = 244+187+211=642 (85% of max value = 765). Red value is 244 (95.70% from 255 or 38.01% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBD3 is #0B442C. Grayscale: #CECECE. Windows color (decimal): -738349 or 13876212. OLE color: 13876212.

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

Color convert

RGB244187211-
CMYK00.230.140.04
HSL334.74º72.15%84.51%-
HSV(B)334.74º23.36%95.69%-
XYZ66.8459.4869.59-
YUV206.78130.38154.55-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.01%
GREEN value IS 187 (73.44% from 255) = 29.13%
BLUE value IS 211 (82.81% from 255) = 32.87%
R=38.01%
G=29.13%
B=32.87%

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
Decimal24418721100.230.140.04334.7472.1584.51
HexF4BBD3017E414f4855
Octal364273323027164517110125
Binary111101001011101111010011010111111010010100111110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BBD3; }

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

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

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

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

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

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

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

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