Html Css Color HEX #F9B8DA Cotton Candy

📋 copy color: '#F9B8DA'

red 249 ◦ green 184 ◦ blue 218

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

Shades of Cotton Candy #F9B8DA

Tints of Cotton Candy #F9B8DA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 28.26%

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

R = 38.25%
G = 28.26%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F9B8DA (or 0xF9B8DA) is known color: Cotton Candy. HEX triplet: F9, B8 and DA. RGB value is (249,184,218). Sum of RGB (Red+Green+Blue) = 249+184+218=651 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.25% from 651); Green value is 184 (72.27% from 255 or 28.26% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B8DA is #064725. Grayscale: #CFCFCF. Windows color (decimal): -411430 or 14334201. OLE color: 14334201.

HSL color Cylindrical-coordinate representation of color #F9B8DA: hue angle of 328.62º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F9B8DA is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 184 218 -
CMYK 0 0.26 0.12 0.02
HSL 328.62º 0.84% 0.85% -
HSV(B) 328.62º 0.26% 0.98% -
XYZ 68.86 59.48 74.18 -
YUV 207.31 134.03 157.74 -
System Red Green Blue C M Y K H S L
Decimal 249 184 218 0 0.26 0.12 0.02 328.62 0.84 0.85
Hex F9 B8 DA 0 1A C 2 149 54 55
Octal 371 270 332 0 32 14 2 511 124 125
Binary 11111001 10111000 11011010 0 11010 1100 10 101001001 1010100 1010101

Color Harmonies of #F9B8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B8DA

Black with #F9B8DA

Text Example


Text Example

White with #F9B8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B8DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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