Html Css Color HEX #F7BADE Cotton Candy

📋 copy color: '#F7BADE'

red 247 ◦ green 186 ◦ blue 222

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

Shades of Cotton Candy #F7BADE

Tints of Cotton Candy #F7BADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.89%

R = 37.71%
G = 28.4%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#F7BADE (or 0xF7BADE) is known color: Cotton Candy. HEX triplet: F7, BA and DE. RGB value is (247,186,222). Sum of RGB (Red+Green+Blue) = 247+186+222=655 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.71% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BADE is #084521. Grayscale: #D0D0D0. Windows color (decimal): -541986 or 14596855. OLE color: 14596855.

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

Color convert

RGB 247 186 222 -
CMYK 0 0.25 0.10 0.03
HSL 324.59º 0.79% 0.85% -
HSV(B) 324.59º 0.25% 0.97% -
XYZ 69.1 60.17 77.08 -
YUV 208.34 135.71 155.57 -
System Red Green Blue C M Y K H S L
Decimal 247 186 222 0 0.25 0.10 0.03 324.59 0.79 0.85
Hex F7 BA DE 0 19 A 3 145 4F 55
Octal 367 272 336 0 31 12 3 505 117 125
Binary 11110111 10111010 11011110 0 11001 1010 11 101000101 1001111 1010101

Color Harmonies of #F7BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BADE

Black with #F7BADE

Text Example


Text Example

White with #F7BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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