Html Css Color HEX #F7B5CF Cotton Candy

📋 copy color: '#F7B5CF'

red 247 ◦ green 181 ◦ blue 207

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

Shades of Cotton Candy #F7B5CF

Tints of Cotton Candy #F7B5CF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 28.5%

 BLUE value IS 207 (81.25% from 255) = 32.6%

R = 38.9%
G = 28.5%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F7B5CF (or 0xF7B5CF) is known color: Cotton Candy. HEX triplet: F7, B5 and CF. RGB value is (247,181,207). Sum of RGB (Red+Green+Blue) = 247+181+207=635 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.90% from 635); Green value is 181 (71.09% from 255 or 28.50% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B5CF is #084A30. Grayscale: #CBCBCB. Windows color (decimal): -543281 or 13612535. OLE color: 13612535.

HSL color Cylindrical-coordinate representation of color #F7B5CF: hue angle of 336.36º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F7B5CF is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 181 207 -
CMYK 0 0.27 0.16 0.03
HSL 336.36º 0.8% 0.84% -
HSV(B) 336.36º 0.27% 0.97% -
XYZ 66.14 57.33 66.61 -
YUV 203.7 129.87 158.89 -
System Red Green Blue C M Y K H S L
Decimal 247 181 207 0 0.27 0.16 0.03 336.36 0.8 0.84
Hex F7 B5 CF 0 1B 10 3 150 50 54
Octal 367 265 317 0 33 20 3 520 120 124
Binary 11110111 10110101 11001111 0 11011 10000 11 101010000 1010000 1010100

Color Harmonies of #F7B5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B5CF

Black with #F7B5CF

Text Example


Text Example

White with #F7B5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B5CF; }

 p { color: rgb(247,181,207); }

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

background-color css

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

 a { background-color: rgb(247,181,207); }

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

border-color css

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

 span { border-color: rgb(247,181,207); }

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