#F4BCD3

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

Shades of Cotton Candy #F4BCD3

Tints of Cotton Candy #F4BCD3

Color information

#F4BCD3 (or 0xF4BCD3) is unknown color: approx Cotton Candy. HEX triplet: F4, BC and D3. RGB value is (244,188,211). Sum of RGB (Red+Green+Blue) = 244+188+211=643 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.95% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 211 (82.81% from 255 or 32.81% from 643); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BCD3 is #0B432C. Grayscale: #CFCFCF. Windows color (decimal): -738093 or 13876468. OLE color: 13876468.

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

Color convert

RGB244188211-
CMYK00.230.140.04
HSL335.36º71.79%84.71%-
HSV(B)335.36º22.95%95.69%-
XYZ67.0559.969.66-
YUV207.37130.05154.13-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.95%
GREEN value IS 188 (73.83% from 255) = 29.24%
BLUE value IS 211 (82.81% from 255) = 32.81%
R=37.95%
G=29.24%
B=32.81%

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
Decimal24418821100.230.140.04335.3671.7984.71
HexF4BCD3017E414f4855
Octal364274323027164517110125
Binary111101001011110011010011010111111010010100111110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BCD3; }

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

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

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

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

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

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

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

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