#F4BBD2

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

Shades of Cotton Candy #F4BBD2

Tints of Cotton Candy #F4BBD2

Color information

#F4BBD2 (or 0xF4BBD2) is unknown color: approx Cotton Candy. HEX triplet: F4, BB and D2. RGB value is (244,187,210). Sum of RGB (Red+Green+Blue) = 244+187+210=641 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.07% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 210 (82.42% from 255 or 32.76% from 641); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBD2 is #0B442D. Grayscale: #CECECE. Windows color (decimal): -738350 or 13810676. OLE color: 13810676.

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

Color convert

RGB244187210-
CMYK00.230.140.04
HSL335.79º72.15%84.51%-
HSV(B)335.79º23.36%95.69%-
XYZ66.7159.4368.93-
YUV206.66129.88154.63-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.07%
GREEN value IS 187 (73.44% from 255) = 29.17%
BLUE value IS 210 (82.42% from 255) = 32.76%
R=38.07%
G=29.17%
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
Decimal24418721000.230.140.04335.7972.1584.51
HexF4BBD2017E41504855
Octal364273322027164520110125
Binary111101001011101111010010010111111010010101000010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BBD2; }

 p { color: rgb(244,187,210); }

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

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

 a { background-color: rgb(244,187,210); }

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

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

 span { border-color: rgb(244,187,210); }

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