#F4BDD4

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

Shades of Cotton Candy #F4BDD4

Tints of Cotton Candy #F4BDD4

Color information

#F4BDD4 (or 0xF4BDD4) is unknown color: approx Cotton Candy. HEX triplet: F4, BD and D4. RGB value is (244,189,212). Sum of RGB (Red+Green+Blue) = 244+189+212=645 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.83% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 212 (83.20% from 255 or 32.87% from 645); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDD4 is #0B422B. Grayscale: #D0D0D0. Windows color (decimal): -737836 or 13942260. OLE color: 13942260.

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

Color convert

RGB244189212-
CMYK00.230.130.04
HSL334.91º71.43%84.9%-
HSV(B)334.91º22.54%95.69%-
XYZ67.3960.3870.39-
YUV208.07130.22153.63-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.83%
GREEN value IS 189 (74.22% from 255) = 29.30%
BLUE value IS 212 (83.20% from 255) = 32.87%
R=37.83%
G=29.30%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418921200.230.130.04334.9171.4384.9
HexF4BDD4017D414f4755
Octal364275324027154517107125
Binary111101001011110111010100010111110110010100111110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BDD4; }

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

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

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

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

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

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

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

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