Html Css Color HEX #F9BDDA Cotton Candy

📋 copy color: '#F9BDDA'

red 249 ◦ green 189 ◦ blue 218

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

Shades of Cotton Candy #F9BDDA

Tints of Cotton Candy #F9BDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.23%

R = 37.96%
G = 28.81%
B = 33.23%

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

#F9BDDA (or 0xF9BDDA) is known color: Cotton Candy. HEX triplet: F9, BD and DA. RGB value is (249,189,218). Sum of RGB (Red+Green+Blue) = 249+189+218=656 (86% of max value = 765). Red value is 249 (97.66% from 255 or 37.96% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BDDA is #064225. Grayscale: #D2D2D2. Windows color (decimal): -410150 or 14335481. OLE color: 14335481.

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

Color convert

RGB 249 189 218 -
CMYK 0 0.24 0.12 0.02
HSL 331º 0.83% 0.86% -
HSV(B) 331º 0.24% 0.98% -
XYZ 69.92 61.6 74.53 -
YUV 210.25 132.38 155.64 -
System Red Green Blue C M Y K H S L
Decimal 249 189 218 0 0.24 0.12 0.02 331 0.83 0.86
Hex F9 BD DA 0 18 C 2 14B 53 56
Octal 371 275 332 0 30 14 2 513 123 126
Binary 11111001 10111101 11011010 0 11000 1100 10 101001011 1010011 1010110

Color Harmonies of #F9BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BDDA

Black with #F9BDDA

Text Example


Text Example

White with #F9BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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