Html Css Color HEX #F3BCD5 Cotton Candy

📋 copy color: '#F3BCD5'

red 243 ◦ green 188 ◦ blue 213

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

Shades of Cotton Candy #F3BCD5

Tints of Cotton Candy #F3BCD5

RGB

 RED value IS 243 (95.31% from 255) = 37.73%

 GREEN value IS 188 (73.83% from 255) = 29.19%

 BLUE value IS 213 (83.59% from 255) = 33.07%

R = 37.73%
G = 29.19%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F3BCD5 (or 0xF3BCD5) is known color: Cotton Candy. HEX triplet: F3, BC and D5. RGB value is (243,188,213). Sum of RGB (Red+Green+Blue) = 243+188+213=644 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.73% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 213 (83.59% from 255 or 33.07% from 644); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCD5 is #0C432A. Grayscale: #CFCFCF. Windows color (decimal): -803627 or 14007539. OLE color: 14007539.

HSL color Cylindrical-coordinate representation of color #F3BCD5: hue angle of 332.73º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BCD5 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 188 213 -
CMYK 0 0.23 0.12 0.05
HSL 332.73º 0.7% 0.85% -
HSV(B) 332.73º 0.23% 0.95% -
XYZ 66.96 59.83 70.97 -
YUV 207.3 131.22 153.47 -
System Red Green Blue C M Y K H S L
Decimal 243 188 213 0 0.23 0.12 0.05 332.73 0.7 0.85
Hex F3 BC D5 0 17 C 5 14D 46 55
Octal 363 274 325 0 27 14 5 515 106 125
Binary 11110011 10111100 11010101 0 10111 1100 101 101001101 1000110 1010101

Color Harmonies of #F3BCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BCD5

Black with #F3BCD5

Text Example


Text Example

White with #F3BCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BCD5; }

 p { color: rgb(243,188,213); }

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

background-color css

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

 a { background-color: rgb(243,188,213); }

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

border-color css

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

 span { border-color: rgb(243,188,213); }

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