Html Css Color HEX #F9BDDB Cotton Candy

📋 copy color: '#F9BDDB'

red 249 ◦ green 189 ◦ blue 219

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

Shades of Cotton Candy #F9BDDB

Tints of Cotton Candy #F9BDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.77%

 BLUE value IS 219 (85.94% from 255) = 33.33%

R = 37.9%
G = 28.77%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F9BDDB (or 0xF9BDDB) is known color: Cotton Candy. HEX triplet: F9, BD and DB. RGB value is (249,189,219). Sum of RGB (Red+Green+Blue) = 249+189+219=657 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.90% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDDB is #064224. Grayscale: #D2D2D2. Windows color (decimal): -410149 or 14401017. OLE color: 14401017.

HSL color Cylindrical-coordinate representation of color #F9BDDB: hue angle of 330º degrees, saturation: 0.83, 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 #F9BDDB is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 189 219 -
CMYK 0 0.24 0.12 0.02
HSL 330º 0.83% 0.86% -
HSV(B) 330º 0.24% 0.98% -
XYZ 70.05 61.65 75.23 -
YUV 210.36 132.88 155.56 -
System Red Green Blue C M Y K H S L
Decimal 249 189 219 0 0.24 0.12 0.02 330 0.83 0.86
Hex F9 BD DB 0 18 C 2 14A 53 56
Octal 371 275 333 0 30 14 2 512 123 126
Binary 11111001 10111101 11011011 0 11000 1100 10 101001010 1010011 1010110

Color Harmonies of #F9BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BDDB

Black with #F9BDDB

Text Example


Text Example

White with #F9BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BDDB; }

 p { color: rgb(249,189,219); }

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

background-color css

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

 a { background-color: rgb(249,189,219); }

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

border-color css

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

 span { border-color: rgb(249,189,219); }

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