Html Css Color HEX #F9BDD3 Cotton Candy

📋 copy color: '#F9BDD3'

red 249 ◦ green 189 ◦ blue 211

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

Shades of Cotton Candy #F9BDD3

Tints of Cotton Candy #F9BDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.51%

R = 38.37%
G = 29.12%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F9BDD3 (or 0xF9BDD3) is known color: Cotton Candy. HEX triplet: F9, BD and D3. RGB value is (249,189,211). Sum of RGB (Red+Green+Blue) = 249+189+211=649 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.37% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 211 (82.81% from 255 or 32.51% from 649); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDD3 is #06422C. Grayscale: #D1D1D1. Windows color (decimal): -410157 or 13876729. OLE color: 13876729.

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

Color convert

RGB 249 189 211 -
CMYK 0 0.24 0.15 0.02
HSL 338º 0.83% 0.86% -
HSV(B) 338º 0.24% 0.98% -
XYZ 69.02 61.24 69.81 -
YUV 209.45 128.88 156.21 -
System Red Green Blue C M Y K H S L
Decimal 249 189 211 0 0.24 0.15 0.02 338 0.83 0.86
Hex F9 BD D3 0 18 F 2 152 53 56
Octal 371 275 323 0 30 17 2 522 123 126
Binary 11111001 10111101 11010011 0 11000 1111 10 101010010 1010011 1010110

Color Harmonies of #F9BDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BDD3

Black with #F9BDD3

Text Example


Text Example

White with #F9BDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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