#F3BBD4

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

Shades of Cotton Candy #F3BBD4

Tints of Cotton Candy #F3BBD4

Color information

#F3BBD4 (or 0xF3BBD4) is unknown color: approx Cotton Candy. HEX triplet: F3, BB and D4. RGB value is (243,187,212). Sum of RGB (Red+Green+Blue) = 243+187+212=642 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.85% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBD4 is #0C442B. Grayscale: #CECECE. Windows color (decimal): -803884 or 13941747. OLE color: 13941747.

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

Color convert

RGB243187212-
CMYK00.230.130.05
HSL333.21º70%84.31%-
HSV(B)333.21º23.05%95.29%-
XYZ66.6259.3570.23-
YUV206.59131.05153.97-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.85%
GREEN value IS 187 (73.44% from 255) = 29.13%
BLUE value IS 212 (83.20% from 255) = 33.02%
R=37.85%
G=29.13%
B=33.02%

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
Decimal24318721200.230.130.05333.217084.31
HexF3BBD4017D514d4654
Octal363273324027155515106124
Binary111100111011101111010100010111110110110100110110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BBD4; }

 p { color: rgb(243,187,212); }

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

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

 a { background-color: rgb(243,187,212); }

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

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

 span { border-color: rgb(243,187,212); }

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