Html Css Color HEX #F9BCD1 Cotton Candy

📋 copy color: '#F9BCD1'

red 249 ◦ green 188 ◦ blue 209

#F9BCD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cotton Candy #F9BCD1

Tints of Cotton Candy #F9BCD1

RGB

 RED value IS 249 (97.66% from 255) = 38.54%

 GREEN value IS 188 (73.83% from 255) = 29.1%

 BLUE value IS 209 (82.03% from 255) = 32.35%

R = 38.54%
G = 29.1%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F9BCD1 (or 0xF9BCD1) is known color: Cotton Candy. HEX triplet: F9, BC and D1. RGB value is (249,188,209). Sum of RGB (Red+Green+Blue) = 249+188+209=646 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.54% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 209 (82.03% from 255 or 32.35% from 646); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCD1 is #06432E. Grayscale: #D0D0D0. Windows color (decimal): -410415 or 13745401. OLE color: 13745401.

HSL color Cylindrical-coordinate representation of color #F9BCD1: hue angle of 339.34º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BCD1 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 188 209 -
CMYK 0 0.24 0.16 0.02
HSL 339.34º 0.84% 0.86% -
HSV(B) 339.34º 0.24% 0.98% -
XYZ 68.56 60.71 68.43 -
YUV 208.63 128.21 156.79 -
System Red Green Blue C M Y K H S L
Decimal 249 188 209 0 0.24 0.16 0.02 339.34 0.84 0.86
Hex F9 BC D1 0 18 10 2 153 54 56
Octal 371 274 321 0 30 20 2 523 124 126
Binary 11111001 10111100 11010001 0 11000 10000 10 101010011 1010100 1010110

Color Harmonies of #F9BCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BCD1

Black with #F9BCD1

Text Example


Text Example

White with #F9BCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BCD1; }

 p { color: rgb(249,188,209); }

 H1.HeaderClassName
 {
   color: #F9BCD1;
 }
 .AnyTagClassName
 {
   color: #F9BCD1;
 }
</style>

background-color css

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

 a { background-color: rgb(249,188,209); }

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

border-color css

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

 span { border-color: rgb(249,188,209); }

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