Html Css Color HEX #F7BADF Cotton Candy

📋 copy color: '#F7BADF'

red 247 ◦ green 186 ◦ blue 223

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

Shades of Cotton Candy #F7BADF

Tints of Cotton Candy #F7BADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.99%

R = 37.65%
G = 28.35%
B = 33.99%

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

#F7BADF (or 0xF7BADF) is known color: Cotton Candy. HEX triplet: F7, BA and DF. RGB value is (247,186,223). Sum of RGB (Red+Green+Blue) = 247+186+223=656 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.65% from 656); Green value is 186 (73.05% from 255 or 28.35% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BADF is #084520. Grayscale: #D0D0D0. Windows color (decimal): -541985 or 14662391. OLE color: 14662391.

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

Color convert

RGB 247 186 223 -
CMYK 0 0.25 0.10 0.03
HSL 323.61º 0.79% 0.85% -
HSV(B) 323.61º 0.25% 0.97% -
XYZ 69.24 60.22 77.79 -
YUV 208.46 136.21 155.49 -
System Red Green Blue C M Y K H S L
Decimal 247 186 223 0 0.25 0.10 0.03 323.61 0.79 0.85
Hex F7 BA DF 0 19 A 3 144 4F 55
Octal 367 272 337 0 31 12 3 504 117 125
Binary 11110111 10111010 11011111 0 11001 1010 11 101000100 1001111 1010101

Color Harmonies of #F7BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BADF

Black with #F7BADF

Text Example


Text Example

White with #F7BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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