Html Css Color HEX #F2BAD6 Cotton Candy

📋 copy color: '#F2BAD6'

red 242 ◦ green 186 ◦ blue 214

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

Shades of Cotton Candy #F2BAD6

Tints of Cotton Candy #F2BAD6

RGB

 RED value IS 242 (94.92% from 255) = 37.69%

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

 BLUE value IS 214 (83.98% from 255) = 33.33%

R = 37.69%
G = 28.97%
B = 33.33%

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

#F2BAD6 (or 0xF2BAD6) is known color: Cotton Candy. HEX triplet: F2, BA and D6. RGB value is (242,186,214). Sum of RGB (Red+Green+Blue) = 242+186+214=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BAD6 is #0D4529. Grayscale: #CDCDCD. Windows color (decimal): -869674 or 14072562. OLE color: 14072562.

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

Color convert

RGB 242 186 214 -
CMYK 0 0.23 0.12 0.05
HSL 330º 0.68% 0.84% -
HSV(B) 330º 0.23% 0.95% -
XYZ 66.31 58.85 71.48 -
YUV 205.94 132.55 153.72 -
System Red Green Blue C M Y K H S L
Decimal 242 186 214 0 0.23 0.12 0.05 330 0.68 0.84
Hex F2 BA D6 0 17 C 5 14A 44 54
Octal 362 272 326 0 27 14 5 512 104 124
Binary 11110010 10111010 11010110 0 10111 1100 101 101001010 1000100 1010100

Color Harmonies of #F2BAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BAD6

Black with #F2BAD6

Text Example


Text Example

White with #F2BAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BAD6; }

 p { color: rgb(242,186,214); }

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

background-color css

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

 a { background-color: rgb(242,186,214); }

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

border-color css

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

 span { border-color: rgb(242,186,214); }

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