Html Css Color HEX #F7BDD8 Cotton Candy

📋 copy color: '#F7BDD8'

red 247 ◦ green 189 ◦ blue 216

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

Shades of Cotton Candy #F7BDD8

Tints of Cotton Candy #F7BDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.13%

R = 37.88%
G = 28.99%
B = 33.13%

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

#F7BDD8 (or 0xF7BDD8) is known color: Cotton Candy. HEX triplet: F7, BD and D8. RGB value is (247,189,216). Sum of RGB (Red+Green+Blue) = 247+189+216=652 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.88% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 216 (84.77% from 255 or 33.13% from 652); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDD8 is #084227. Grayscale: #D1D1D1. Windows color (decimal): -541224 or 14204407. OLE color: 14204407.

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

Color convert

RGB 247 189 216 -
CMYK 0 0.23 0.13 0.03
HSL 332.07º 0.78% 0.85% -
HSV(B) 332.07º 0.23% 0.97% -
XYZ 68.95 61.13 73.13 -
YUV 209.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 247 189 216 0 0.23 0.13 0.03 332.07 0.78 0.85
Hex F7 BD D8 0 17 D 3 14C 4E 55
Octal 367 275 330 0 27 15 3 514 116 125
Binary 11110111 10111101 11011000 0 10111 1101 11 101001100 1001110 1010101

Color Harmonies of #F7BDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BDD8

Black with #F7BDD8

Text Example


Text Example

White with #F7BDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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