Html Css Color HEX #F7BCD0 Cotton Candy

📋 copy color: '#F7BCD0'

red 247 ◦ green 188 ◦ blue 208

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

Shades of Cotton Candy #F7BCD0

Tints of Cotton Candy #F7BCD0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.24%

 BLUE value IS 208 (81.64% from 255) = 32.35%

R = 38.41%
G = 29.24%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F7BCD0 (or 0xF7BCD0) is known color: Cotton Candy. HEX triplet: F7, BC and D0. RGB value is (247,188,208). Sum of RGB (Red+Green+Blue) = 247+188+208=643 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.41% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BCD0 is #08432F. Grayscale: #CFCFCF. Windows color (decimal): -541488 or 13679863. OLE color: 13679863.

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

Color convert

RGB 247 188 208 -
CMYK 0 0.24 0.16 0.03
HSL 339.66º 0.79% 0.85% -
HSV(B) 339.66º 0.24% 0.97% -
XYZ 67.73 60.29 67.74 -
YUV 207.92 128.05 155.87 -
System Red Green Blue C M Y K H S L
Decimal 247 188 208 0 0.24 0.16 0.03 339.66 0.79 0.85
Hex F7 BC D0 0 18 10 3 154 4F 55
Octal 367 274 320 0 30 20 3 524 117 125
Binary 11110111 10111100 11010000 0 11000 10000 11 101010100 1001111 1010101

Color Harmonies of #F7BCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BCD0

Black with #F7BCD0

Text Example


Text Example

White with #F7BCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BCD0; }

 p { color: rgb(247,188,208); }

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

background-color css

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

 a { background-color: rgb(247,188,208); }

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

border-color css

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

 span { border-color: rgb(247,188,208); }

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