Html Css Color HEX #F2BAD7 Cotton Candy

📋 copy color: '#F2BAD7'

red 242 ◦ green 186 ◦ blue 215

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

Shades of Cotton Candy #F2BAD7

Tints of Cotton Candy #F2BAD7

RGB

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

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

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

R = 37.64%
G = 28.93%
B = 33.44%

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

#F2BAD7 (or 0xF2BAD7) is known color: Cotton Candy. HEX triplet: F2, BA and D7. RGB value is (242,186,215). Sum of RGB (Red+Green+Blue) = 242+186+215=643 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.64% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 215 (84.38% from 255 or 33.44% from 643); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BAD7 is #0D4528. Grayscale: #CDCDCD. Windows color (decimal): -869673 or 14138098. OLE color: 14138098.

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

Color convert

RGB 242 186 215 -
CMYK 0 0.23 0.11 0.05
HSL 328.93º 0.68% 0.84% -
HSV(B) 328.93º 0.23% 0.95% -
XYZ 66.44 58.9 72.16 -
YUV 206.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 242 186 215 0 0.23 0.11 0.05 328.93 0.68 0.84
Hex F2 BA D7 0 17 B 5 149 44 54
Octal 362 272 327 0 27 13 5 511 104 124
Binary 11110010 10111010 11010111 0 10111 1011 101 101001001 1000100 1010100

Color Harmonies of #F2BAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BAD7

Black with #F2BAD7

Text Example


Text Example

White with #F2BAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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