#F4BAD1

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

Shades of Cotton Candy #F4BAD1

Tints of Cotton Candy #F4BAD1

Color information

#F4BAD1 (or 0xF4BAD1) is unknown color: approx Cotton Candy. HEX triplet: F4, BA and D1. RGB value is (244,186,209). Sum of RGB (Red+Green+Blue) = 244+186+209=639 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.18% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BAD1 is #0B452E. Grayscale: #CDCDCD. Windows color (decimal): -738607 or 13744884. OLE color: 13744884.

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

Color convert

RGB244186209-
CMYK00.240.140.04
HSL336.21º72.5%84.31%-
HSV(B)336.21º23.77%95.69%-
XYZ66.3858.9568.2-
YUV205.96129.72155.13-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.18%
GREEN value IS 186 (73.05% from 255) = 29.11%
BLUE value IS 209 (82.03% from 255) = 32.71%
R=38.18%
G=29.11%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418620900.240.140.04336.2172.584.31
HexF4BAD1018E41504854
Octal364272321030164520110124
Binary111101001011101011010001011000111010010101000010010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BAD1; }

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

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

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

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

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

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

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

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