#F4BAD6

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

Shades of Cotton Candy #F4BAD6

Tints of Cotton Candy #F4BAD6

Color information

#F4BAD6 (or 0xF4BAD6) is unknown color: approx Cotton Candy. HEX triplet: F4, BA and D6. RGB value is (244,186,214). Sum of RGB (Red+Green+Blue) = 244+186+214=644 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.89% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 214 (83.98% from 255 or 33.23% from 644); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BAD6 is #0B4529. Grayscale: #CECECE. Windows color (decimal): -738602 or 14072564. OLE color: 14072564.

HSL color Cylindrical-coordinate representation of color #F4BAD6: hue angle of 331.03º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4BAD6 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB244186214-
CMYK00.240.120.04
HSL331.03º72.5%84.31%-
HSV(B)331.03º23.77%95.69%-
XYZ6759.2171.51-
YUV206.53132.22154.72-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.89%
GREEN value IS 186 (73.05% from 255) = 28.88%
BLUE value IS 214 (83.98% from 255) = 33.23%
R=37.89%
G=28.88%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418621400.240.120.04331.0372.584.31
HexF4BAD6018C414b4854
Octal364272326030144513110124
Binary111101001011101011010110011000110010010100101110010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BAD6; }

 p { color: rgb(244,186,214); }

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

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

 a { background-color: rgb(244,186,214); }

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

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

 span { border-color: rgb(244,186,214); }

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