Html Css Color HEX #F3BAD8 Cotton Candy

📋 copy color: '#F3BAD8'

red 243 ◦ green 186 ◦ blue 216

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

Shades of Cotton Candy #F3BAD8

Tints of Cotton Candy #F3BAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.49%

R = 37.67%
G = 28.84%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F3BAD8 (or 0xF3BAD8) is known color: Cotton Candy. HEX triplet: F3, BA and D8. RGB value is (243,186,216). Sum of RGB (Red+Green+Blue) = 243+186+216=645 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.67% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BAD8 is #0C4527. Grayscale: #CECECE. Windows color (decimal): -804136 or 14203635. OLE color: 14203635.

HSL color Cylindrical-coordinate representation of color #F3BAD8: hue angle of 328.42º 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 #F3BAD8 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 186 216 -
CMYK 0 0.23 0.11 0.05
HSL 328.42º 0.7% 0.84% -
HSV(B) 328.42º 0.23% 0.95% -
XYZ 66.92 59.13 72.85 -
YUV 206.46 133.38 154.06 -
System Red Green Blue C M Y K H S L
Decimal 243 186 216 0 0.23 0.11 0.05 328.42 0.7 0.84
Hex F3 BA D8 0 17 B 5 148 46 54
Octal 363 272 330 0 27 13 5 510 106 124
Binary 11110011 10111010 11011000 0 10111 1011 101 101001000 1000110 1010100

Color Harmonies of #F3BAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BAD8

Black with #F3BAD8

Text Example


Text Example

White with #F3BAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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