Html Css Color HEX #F8B9D1 Cotton Candy

📋 copy color: '#F8B9D1'

red 248 ◦ green 185 ◦ blue 209

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

Shades of Cotton Candy #F8B9D1

Tints of Cotton Candy #F8B9D1

RGB

 RED value IS 248 (97.27% from 255) = 38.63%

 GREEN value IS 185 (72.66% from 255) = 28.82%

 BLUE value IS 209 (82.03% from 255) = 32.55%

R = 38.63%
G = 28.82%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F8B9D1 (or 0xF8B9D1) is known color: Cotton Candy. HEX triplet: F8, B9 and D1. RGB value is (248,185,209). Sum of RGB (Red+Green+Blue) = 248+185+209=642 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.63% from 642); Green value is 185 (72.66% from 255 or 28.82% from 642); Blue value is 209 (82.03% from 255 or 32.55% from 642); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B9D1 is #07462E. Grayscale: #CECECE. Windows color (decimal): -476719 or 13744632. OLE color: 13744632.

HSL color Cylindrical-coordinate representation of color #F8B9D1: hue angle of 337.14º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8B9D1 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 185 209 -
CMYK 0 0.25 0.16 0.03
HSL 337.14º 0.82% 0.85% -
HSV(B) 337.14º 0.25% 0.97% -
XYZ 67.57 59.26 68.2 -
YUV 206.57 129.37 157.55 -
System Red Green Blue C M Y K H S L
Decimal 248 185 209 0 0.25 0.16 0.03 337.14 0.82 0.85
Hex F8 B9 D1 0 19 10 3 151 52 55
Octal 370 271 321 0 31 20 3 521 122 125
Binary 11111000 10111001 11010001 0 11001 10000 11 101010001 1010010 1010101

Color Harmonies of #F8B9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B9D1

Black with #F8B9D1

Text Example


Text Example

White with #F8B9D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B9D1; }

 p { color: rgb(248,185,209); }

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

background-color css

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

 a { background-color: rgb(248,185,209); }

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

border-color css

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

 span { border-color: rgb(248,185,209); }

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