#F1B9D2

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

Shades of Cotton Candy #F1B9D2

Tints of Cotton Candy #F1B9D2

Color information

#F1B9D2 (or 0xF1B9D2) is unknown color: approx Cotton Candy. HEX triplet: F1, B9 and D2. RGB value is (241,185,210). Sum of RGB (Red+Green+Blue) = 241+185+210=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 185 (72.66% from 255 or 29.09% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9D2 is #0E462D. Grayscale: #CCCCCC. Windows color (decimal): -935470 or 13810161. OLE color: 13810161.

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

Color convert

RGB241185210-
CMYK00.230.130.05
HSL333.21º66.67%83.53%-
HSV(B)333.21º23.24%94.51%-
XYZ65.2658.0568.74-
YUV204.59131.05153.97-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.89%
GREEN value IS 185 (72.66% from 255) = 29.09%
BLUE value IS 210 (82.42% from 255) = 33.02%
R=37.89%
G=29.09%
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
Decimal24118521000.230.130.05333.2166.6783.53
HexF1B9D2017D514d4354
Octal361271322027155515103124
Binary111100011011100111010010010111110110110100110110000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B9D2; }

 p { color: rgb(241,185,210); }

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

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

 a { background-color: rgb(241,185,210); }

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

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

 span { border-color: rgb(241,185,210); }

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