Html Css Color HEX #F9BCDA Cotton Candy

📋 copy color: '#F9BCDA'

red 249 ◦ green 188 ◦ blue 218

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

Shades of Cotton Candy #F9BCDA

Tints of Cotton Candy #F9BCDA

RGB

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

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

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

R = 38.02%
G = 28.7%
B = 33.28%

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

#F9BCDA (or 0xF9BCDA) is known color: Cotton Candy. HEX triplet: F9, BC and DA. RGB value is (249,188,218). Sum of RGB (Red+Green+Blue) = 249+188+218=655 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.02% from 655); Green value is 188 (73.83% from 255 or 28.70% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BCDA is #064325. Grayscale: #D1D1D1. Windows color (decimal): -410406 or 14335225. OLE color: 14335225.

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

Color convert

RGB 249 188 218 -
CMYK 0 0.24 0.12 0.02
HSL 330.49º 0.84% 0.86% -
HSV(B) 330.49º 0.24% 0.98% -
XYZ 69.71 61.17 74.46 -
YUV 209.66 132.71 156.06 -
System Red Green Blue C M Y K H S L
Decimal 249 188 218 0 0.24 0.12 0.02 330.49 0.84 0.86
Hex F9 BC DA 0 18 C 2 14A 54 56
Octal 371 274 332 0 30 14 2 512 124 126
Binary 11111001 10111100 11011010 0 11000 1100 10 101001010 1010100 1010110

Color Harmonies of #F9BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BCDA

Black with #F9BCDA

Text Example


Text Example

White with #F9BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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