Html Css Color HEX #F7BDD7 Cotton Candy

📋 copy color: '#F7BDD7'

red 247 ◦ green 189 ◦ blue 215

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

Shades of Cotton Candy #F7BDD7

Tints of Cotton Candy #F7BDD7

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.03%

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

R = 37.94%
G = 29.03%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F7BDD7 (or 0xF7BDD7) is known color: Cotton Candy. HEX triplet: F7, BD and D7. RGB value is (247,189,215). Sum of RGB (Red+Green+Blue) = 247+189+215=651 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.94% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 215 (84.38% from 255 or 33.03% from 651); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDD7 is #084228. Grayscale: #D1D1D1. Windows color (decimal): -541225 or 14138871. OLE color: 14138871.

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

Color convert

RGB 247 189 215 -
CMYK 0 0.23 0.13 0.03
HSL 333.1º 0.78% 0.85% -
HSV(B) 333.1º 0.23% 0.97% -
XYZ 68.82 61.08 72.45 -
YUV 209.31 131.22 154.89 -
System Red Green Blue C M Y K H S L
Decimal 247 189 215 0 0.23 0.13 0.03 333.1 0.78 0.85
Hex F7 BD D7 0 17 D 3 14D 4E 55
Octal 367 275 327 0 27 15 3 515 116 125
Binary 11110111 10111101 11010111 0 10111 1101 11 101001101 1001110 1010101

Color Harmonies of #F7BDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BDD7

Black with #F7BDD7

Text Example


Text Example

White with #F7BDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BDD7; }

 p { color: rgb(247,189,215); }

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

background-color css

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

 a { background-color: rgb(247,189,215); }

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

border-color css

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

 span { border-color: rgb(247,189,215); }

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