#F2BBD3

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

Shades of Cotton Candy #F2BBD3

Tints of Cotton Candy #F2BBD3

Color information

#F2BBD3 (or 0xF2BBD3) is unknown color: approx Cotton Candy. HEX triplet: F2, BB and D3. RGB value is (242,187,211). Sum of RGB (Red+Green+Blue) = 242+187+211=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BBD3 is #0D442C. Grayscale: #CECECE. Windows color (decimal): -869421 or 13876210. OLE color: 13876210.

HSL color Cylindrical-coordinate representation of color #F2BBD3: hue angle of 333.82º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2BBD3 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB242187211-
CMYK00.230.130.05
HSL333.82º67.9%84.12%-
HSV(B)333.82º22.73%94.9%-
XYZ66.1559.1269.55-
YUV206.18130.72153.55-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.81%
GREEN value IS 187 (73.44% from 255) = 29.22%
BLUE value IS 211 (82.81% from 255) = 32.97%
R=37.81%
G=29.22%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24218721100.230.130.05333.8267.984.12
HexF2BBD3017D514e4454
Octal362273323027155516104124
Binary111100101011101111010011010111110110110100111010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BBD3; }

 p { color: rgb(242,187,211); }

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

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

 a { background-color: rgb(242,187,211); }

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

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

 span { border-color: rgb(242,187,211); }

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