#F9B7CF

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

Shades of Cotton Candy #F9B7CF

Tints of Cotton Candy #F9B7CF

Color information

#F9B7CF (or 0xF9B7CF) is unknown color: approx Cotton Candy. HEX triplet: F9, B7 and CF. RGB value is (249,183,207). Sum of RGB (Red+Green+Blue) = 249+183+207=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 183 (71.88% from 255 or 28.64% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B7CF is #064830. Grayscale: #CDCDCD. Windows color (decimal): -411697 or 13613049. OLE color: 13613049.

HSL color Cylindrical-coordinate representation of color #F9B7CF: hue angle of 338.18º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F9B7CF is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB249183207-
CMYK00.270.170.02
HSL338.18º84.62%84.71%-
HSV(B)338.18º26.51%97.65%-
XYZ67.2658.5166.78-
YUV205.47128.87159.05-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.97%
GREEN value IS 183 (71.88% from 255) = 28.64%
BLUE value IS 207 (81.25% from 255) = 32.39%
R=38.97%
G=28.64%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918320700.270.170.02338.1884.6284.71
HexF9B7CF01B1121525555
Octal371267317033212522125125
Binary111110011011011111001111011011100011010101001010101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B7CF; }

 p { color: rgb(249,183,207); }

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

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

 a { background-color: rgb(249,183,207); }

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

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

 span { border-color: rgb(249,183,207); }

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