Html Css Color HEX #F7BAD2 Cotton Candy

📋 copy color: '#F7BAD2'

red 247 ◦ green 186 ◦ blue 210

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

Shades of Cotton Candy #F7BAD2

Tints of Cotton Candy #F7BAD2

RGB

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

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

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

R = 38.41%
G = 28.93%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F7BAD2 (or 0xF7BAD2) is known color: Cotton Candy. HEX triplet: F7, BA and D2. RGB value is (247,186,210). Sum of RGB (Red+Green+Blue) = 247+186+210=643 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.41% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 210 (82.42% from 255 or 32.66% from 643); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BAD2 is #08452D. Grayscale: #CECECE. Windows color (decimal): -541998 or 13810423. OLE color: 13810423.

HSL color Cylindrical-coordinate representation of color #F7BAD2: hue angle of 336.39º 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 #F7BAD2 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 186 210 -
CMYK 0 0.25 0.15 0.03
HSL 336.39º 0.79% 0.85% -
HSV(B) 336.39º 0.25% 0.97% -
XYZ 67.55 59.55 68.91 -
YUV 206.98 129.71 156.55 -
System Red Green Blue C M Y K H S L
Decimal 247 186 210 0 0.25 0.15 0.03 336.39 0.79 0.85
Hex F7 BA D2 0 19 F 3 150 4F 55
Octal 367 272 322 0 31 17 3 520 117 125
Binary 11110111 10111010 11010010 0 11001 1111 11 101010000 1001111 1010101

Color Harmonies of #F7BAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BAD2

Black with #F7BAD2

Text Example


Text Example

White with #F7BAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BAD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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