Html Css Color HEX #F3BAD2 Cotton Candy

📋 copy color: '#F3BAD2'

red 243 ◦ green 186 ◦ blue 210

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

Shades of Cotton Candy #F3BAD2

Tints of Cotton Candy #F3BAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.86%

R = 38.03%
G = 29.11%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F3BAD2 (or 0xF3BAD2) is known color: Cotton Candy. HEX triplet: F3, BA and D2. RGB value is (243,186,210). Sum of RGB (Red+Green+Blue) = 243+186+210=639 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.03% from 639); Green value is 186 (73.05% from 255 or 29.11% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BAD2 is #0C452D. Grayscale: #CDCDCD. Windows color (decimal): -804142 or 13810419. OLE color: 13810419.

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

Color convert

RGB 243 186 210 -
CMYK 0 0.23 0.14 0.05
HSL 334.74º 0.7% 0.84% -
HSV(B) 334.74º 0.23% 0.95% -
XYZ 66.15 58.83 68.84 -
YUV 205.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 243 186 210 0 0.23 0.14 0.05 334.74 0.7 0.84
Hex F3 BA D2 0 17 E 5 14F 46 54
Octal 363 272 322 0 27 16 5 517 106 124
Binary 11110011 10111010 11010010 0 10111 1110 101 101001111 1000110 1010100

Color Harmonies of #F3BAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BAD2

Black with #F3BAD2

Text Example


Text Example

White with #F3BAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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