Html Css Color HEX #F7BFD1 Cotton Candy

📋 copy color: '#F7BFD1'

red 247 ◦ green 191 ◦ blue 209

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

Shades of Cotton Candy #F7BFD1

Tints of Cotton Candy #F7BFD1

RGB

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

 GREEN value IS 191 (75% from 255) = 29.52%

 BLUE value IS 209 (82.03% from 255) = 32.3%

R = 38.18%
G = 29.52%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F7BFD1 (or 0xF7BFD1) is known color: Cotton Candy. HEX triplet: F7, BF and D1. RGB value is (247,191,209). Sum of RGB (Red+Green+Blue) = 247+191+209=647 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.18% from 647); Green value is 191 (75% from 255 or 29.52% from 647); Blue value is 209 (82.03% from 255 or 32.30% from 647); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BFD1 is #08402E. Grayscale: #D1D1D1. Windows color (decimal): -540719 or 13746167. OLE color: 13746167.

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

Color convert

RGB 247 191 209 -
CMYK 0 0.23 0.15 0.03
HSL 340.71º 0.78% 0.86% -
HSV(B) 340.71º 0.23% 0.97% -
XYZ 68.5 61.64 68.61 -
YUV 209.8 127.55 154.54 -
System Red Green Blue C M Y K H S L
Decimal 247 191 209 0 0.23 0.15 0.03 340.71 0.78 0.86
Hex F7 BF D1 0 17 F 3 155 4E 56
Octal 367 277 321 0 27 17 3 525 116 126
Binary 11110111 10111111 11010001 0 10111 1111 11 101010101 1001110 1010110

Color Harmonies of #F7BFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BFD1

Black with #F7BFD1

Text Example


Text Example

White with #F7BFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BFD1; }

 p { color: rgb(247,191,209); }

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

background-color css

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

 a { background-color: rgb(247,191,209); }

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

border-color css

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

 span { border-color: rgb(247,191,209); }

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