#F1B9D1

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

Shades of Cotton Candy #F1B9D1

Tints of Cotton Candy #F1B9D1

Color information

#F1B9D1 (or 0xF1B9D1) is unknown color: approx Cotton Candy. HEX triplet: F1, B9 and D1. RGB value is (241,185,209). Sum of RGB (Red+Green+Blue) = 241+185+209=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 185 (72.66% from 255 or 29.13% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9D1 is #0E462E. Grayscale: #CCCCCC. Windows color (decimal): -935471 or 13744625. OLE color: 13744625.

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

Color convert

RGB241185209-
CMYK00.230.130.05
HSL334.29º66.67%83.53%-
HSV(B)334.29º23.24%94.51%-
XYZ65.135868.08-
YUV204.48130.55154.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.95%
GREEN value IS 185 (72.66% from 255) = 29.13%
BLUE value IS 209 (82.03% from 255) = 32.91%
R=37.95%
G=29.13%
B=32.91%

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
Decimal24118520900.230.130.05334.2966.6783.53
HexF1B9D1017D514e4354
Octal361271321027155516103124
Binary111100011011100111010001010111110110110100111010000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B9D1; }

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

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

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

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

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

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

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

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