Html Css Color HEX #F3BAD7 Cotton Candy

📋 copy color: '#F3BAD7'

red 243 ◦ green 186 ◦ blue 215

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

Shades of Cotton Candy #F3BAD7

Tints of Cotton Candy #F3BAD7

RGB

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

 GREEN value IS 186 (73.05% from 255) = 28.88%

 BLUE value IS 215 (84.38% from 255) = 33.39%

R = 37.73%
G = 28.88%
B = 33.39%

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

#F3BAD7 (or 0xF3BAD7) is known color: Cotton Candy. HEX triplet: F3, BA and D7. RGB value is (243,186,215). Sum of RGB (Red+Green+Blue) = 243+186+215=644 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.73% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BAD7 is #0C4528. Grayscale: #CECECE. Windows color (decimal): -804137 or 14138099. OLE color: 14138099.

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

Color convert

RGB 243 186 215 -
CMYK 0 0.23 0.12 0.05
HSL 329.47º 0.7% 0.84% -
HSV(B) 329.47º 0.23% 0.95% -
XYZ 66.79 59.08 72.17 -
YUV 206.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 243 186 215 0 0.23 0.12 0.05 329.47 0.7 0.84
Hex F3 BA D7 0 17 C 5 149 46 54
Octal 363 272 327 0 27 14 5 511 106 124
Binary 11110011 10111010 11010111 0 10111 1100 101 101001001 1000110 1010100

Color Harmonies of #F3BAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BAD7

Black with #F3BAD7

Text Example


Text Example

White with #F3BAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BAD7; }

 p { color: rgb(243,186,215); }

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

background-color css

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

 a { background-color: rgb(243,186,215); }

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

border-color css

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

 span { border-color: rgb(243,186,215); }

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