Html Css Color HEX #F7BADC Cotton Candy

📋 copy color: '#F7BADC'

red 247 ◦ green 186 ◦ blue 220

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

Shades of Cotton Candy #F7BADC

Tints of Cotton Candy #F7BADC

RGB

 RED value IS 247 (96.88% from 255) = 37.83%

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

 BLUE value IS 220 (86.33% from 255) = 33.69%

R = 37.83%
G = 28.48%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F7BADC (or 0xF7BADC) is known color: Cotton Candy. HEX triplet: F7, BA and DC. RGB value is (247,186,220). Sum of RGB (Red+Green+Blue) = 247+186+220=653 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.83% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BADC is #084523. Grayscale: #D0D0D0. Windows color (decimal): -541988 or 14465783. OLE color: 14465783.

HSL color Cylindrical-coordinate representation of color #F7BADC: hue angle of 326.56º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F7BADC is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 186 220 -
CMYK 0 0.25 0.11 0.03
HSL 326.56º 0.79% 0.85% -
HSV(B) 326.56º 0.25% 0.97% -
XYZ 68.83 60.06 75.67 -
YUV 208.12 134.71 155.74 -
System Red Green Blue C M Y K H S L
Decimal 247 186 220 0 0.25 0.11 0.03 326.56 0.79 0.85
Hex F7 BA DC 0 19 B 3 147 4F 55
Octal 367 272 334 0 31 13 3 507 117 125
Binary 11110111 10111010 11011100 0 11001 1011 11 101000111 1001111 1010101

Color Harmonies of #F7BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BADC

Black with #F7BADC

Text Example


Text Example

White with #F7BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BADC; }

 p { color: rgb(247,186,220); }

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

background-color css

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

 a { background-color: rgb(247,186,220); }

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

border-color css

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

 span { border-color: rgb(247,186,220); }

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