#F4BDD3

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

Shades of Cotton Candy #F4BDD3

Tints of Cotton Candy #F4BDD3

Color information

#F4BDD3 (or 0xF4BDD3) is unknown color: approx Cotton Candy. HEX triplet: F4, BD and D3. RGB value is (244,189,211). Sum of RGB (Red+Green+Blue) = 244+189+211=644 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.89% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 211 (82.81% from 255 or 32.76% from 644); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDD3 is #0B422C. Grayscale: #CFCFCF. Windows color (decimal): -737837 or 13876724. OLE color: 13876724.

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

Color convert

RGB244189211-
CMYK00.230.140.04
HSL336º71.43%84.9%-
HSV(B)336º22.54%95.69%-
XYZ67.2660.3369.73-
YUV207.95129.72153.71-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.89%
GREEN value IS 189 (74.22% from 255) = 29.35%
BLUE value IS 211 (82.81% from 255) = 32.76%
R=37.89%
G=29.35%
B=32.76%

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
Decimal24418921100.230.140.0433671.4384.9
HexF4BDD3017E41504755
Octal364275323027164520107125
Binary111101001011110111010011010111111010010101000010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BDD3; }

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

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

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

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

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

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

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

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