Html Css Color HEX #F9BEDA Cotton Candy

📋 copy color: '#F9BEDA'

red 249 ◦ green 190 ◦ blue 218

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

Shades of Cotton Candy #F9BEDA

Tints of Cotton Candy #F9BEDA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.92%

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

R = 37.9%
G = 28.92%
B = 33.18%

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

#F9BEDA (or 0xF9BEDA) is known color: Cotton Candy. HEX triplet: F9, BE and DA. RGB value is (249,190,218). Sum of RGB (Red+Green+Blue) = 249+190+218=657 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.90% from 657); Green value is 190 (74.61% from 255 or 28.92% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BEDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BEDA is #064125. Grayscale: #D2D2D2. Windows color (decimal): -409894 or 14335737. OLE color: 14335737.

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

Color convert

RGB 249 190 218 -
CMYK 0 0.24 0.12 0.02
HSL 331.53º 0.83% 0.86% -
HSV(B) 331.53º 0.24% 0.98% -
XYZ 70.14 62.03 74.61 -
YUV 210.83 132.05 155.22 -
System Red Green Blue C M Y K H S L
Decimal 249 190 218 0 0.24 0.12 0.02 331.53 0.83 0.86
Hex F9 BE DA 0 18 C 2 14C 53 56
Octal 371 276 332 0 30 14 2 514 123 126
Binary 11111001 10111110 11011010 0 11000 1100 10 101001100 1010011 1010110

Color Harmonies of #F9BEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BEDA

Black with #F9BEDA

Text Example


Text Example

White with #F9BEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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