Html Css Color HEX #F7BBD5 Cotton Candy

📋 copy color: '#F7BBD5'

red 247 ◦ green 187 ◦ blue 213

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

Shades of Cotton Candy #F7BBD5

Tints of Cotton Candy #F7BBD5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.9%

 BLUE value IS 213 (83.59% from 255) = 32.92%

R = 38.18%
G = 28.9%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F7BBD5 (or 0xF7BBD5) is known color: Cotton Candy. HEX triplet: F7, BB and D5. RGB value is (247,187,213). Sum of RGB (Red+Green+Blue) = 247+187+213=647 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.18% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 213 (83.59% from 255 or 32.92% from 647); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BBD5 is #08442A. Grayscale: #CFCFCF. Windows color (decimal): -541739 or 14007287. OLE color: 14007287.

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

Color convert

RGB 247 187 213 -
CMYK 0 0.24 0.14 0.03
HSL 334º 0.79% 0.85% -
HSV(B) 334º 0.24% 0.97% -
XYZ 68.14 60.12 70.96 -
YUV 207.9 130.88 155.89 -
System Red Green Blue C M Y K H S L
Decimal 247 187 213 0 0.24 0.14 0.03 334 0.79 0.85
Hex F7 BB D5 0 18 E 3 14E 4F 55
Octal 367 273 325 0 30 16 3 516 117 125
Binary 11110111 10111011 11010101 0 11000 1110 11 101001110 1001111 1010101

Color Harmonies of #F7BBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BBD5

Black with #F7BBD5

Text Example


Text Example

White with #F7BBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BBD5; }

 p { color: rgb(247,187,213); }

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

background-color css

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

 a { background-color: rgb(247,187,213); }

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

border-color css

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

 span { border-color: rgb(247,187,213); }

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