Html Css Color HEX #F5B6CE Cotton Candy

📋 copy color: '#F5B6CE'

red 245 ◦ green 182 ◦ blue 206

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

Shades of Cotton Candy #F5B6CE

Tints of Cotton Candy #F5B6CE

RGB

 RED value IS 245 (96.09% from 255) = 38.7%

 GREEN value IS 182 (71.48% from 255) = 28.75%

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

R = 38.7%
G = 28.75%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F5B6CE (or 0xF5B6CE) is known color: Cotton Candy. HEX triplet: F5, B6 and CE. RGB value is (245,182,206). Sum of RGB (Red+Green+Blue) = 245+182+206=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 182 (71.48% from 255 or 28.75% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B6CE is #0A4931. Grayscale: #CBCBCB. Windows color (decimal): -674098 or 13547253. OLE color: 13547253.

HSL color Cylindrical-coordinate representation of color #F5B6CE: hue angle of 337.14º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5B6CE is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 182 206 -
CMYK 0 0.26 0.16 0.04
HSL 337.14º 0.76% 0.84% -
HSV(B) 337.14º 0.26% 0.96% -
XYZ 65.52 57.32 66 -
YUV 203.57 129.37 157.55 -
System Red Green Blue C M Y K H S L
Decimal 245 182 206 0 0.26 0.16 0.04 337.14 0.76 0.84
Hex F5 B6 CE 0 1A 10 4 151 4C 54
Octal 365 266 316 0 32 20 4 521 114 124
Binary 11110101 10110110 11001110 0 11010 10000 100 101010001 1001100 1010100

Color Harmonies of #F5B6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B6CE

Black with #F5B6CE

Text Example


Text Example

White with #F5B6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B6CE; }

 p { color: rgb(245,182,206); }

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

background-color css

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

 a { background-color: rgb(245,182,206); }

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

border-color css

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

 span { border-color: rgb(245,182,206); }

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