Html Css Color HEX #F8B5CE Cotton Candy

📋 copy color: '#F8B5CE'

red 248 ◦ green 181 ◦ blue 206

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

Shades of Cotton Candy #F8B5CE

Tints of Cotton Candy #F8B5CE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.5%

 BLUE value IS 206 (80.86% from 255) = 32.44%

R = 39.06%
G = 28.5%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F8B5CE (or 0xF8B5CE) is known color: Cotton Candy. HEX triplet: F8, B5 and CE. RGB value is (248,181,206). Sum of RGB (Red+Green+Blue) = 248+181+206=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 181 (71.09% from 255 or 28.50% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B5CE is #074A31. Grayscale: #CBCBCB. Windows color (decimal): -477746 or 13547000. OLE color: 13547000.

HSL color Cylindrical-coordinate representation of color #F8B5CE: hue angle of 337.61º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8B5CE is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 181 206 -
CMYK 0 0.27 0.17 0.03
HSL 337.61º 0.83% 0.84% -
HSV(B) 337.61º 0.27% 0.97% -
XYZ 66.38 57.46 65.99 -
YUV 203.88 129.2 159.47 -
System Red Green Blue C M Y K H S L
Decimal 248 181 206 0 0.27 0.17 0.03 337.61 0.83 0.84
Hex F8 B5 CE 0 1B 11 3 152 53 54
Octal 370 265 316 0 33 21 3 522 123 124
Binary 11111000 10110101 11001110 0 11011 10001 11 101010010 1010011 1010100

Color Harmonies of #F8B5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8B5CE

Black with #F8B5CE

Text Example


Text Example

White with #F8B5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8B5CE; }

 p { color: rgb(248,181,206); }

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

background-color css

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

 a { background-color: rgb(248,181,206); }

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

border-color css

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

 span { border-color: rgb(248,181,206); }

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