#F3B9D4

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

Shades of Cotton Candy #F3B9D4

Tints of Cotton Candy #F3B9D4

Color information

#F3B9D4 (or 0xF3B9D4) is unknown color: approx Cotton Candy. HEX triplet: F3, B9 and D4. RGB value is (243,185,212). Sum of RGB (Red+Green+Blue) = 243+185+212=640 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.97% from 640); Green value is 185 (72.66% from 255 or 28.91% from 640); Blue value is 212 (83.20% from 255 or 33.12% from 640); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B9D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B9D4 is #0C462B. Grayscale: #CDCDCD. Windows color (decimal): -804396 or 13941235. OLE color: 13941235.

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

Color convert

RGB243185212-
CMYK00.240.130.05
HSL332.07º70.73%83.92%-
HSV(B)332.07º23.87%95.29%-
XYZ66.1958.5170.09-
YUV205.42131.72154.8-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.97%
GREEN value IS 185 (72.66% from 255) = 28.91%
BLUE value IS 212 (83.20% from 255) = 33.12%
R=37.97%
G=28.91%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318521200.240.130.05332.0770.7383.92
HexF3B9D4018D514c4754
Octal363271324030155514107124
Binary111100111011100111010100011000110110110100110010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B9D4; }

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

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

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

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

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

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

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

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