Html Css Color HEX #F5BCD7 Cotton Candy

📋 copy color: '#F5BCD7'

red 245 ◦ green 188 ◦ blue 215

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

Shades of Cotton Candy #F5BCD7

Tints of Cotton Candy #F5BCD7

RGB

 RED value IS 245 (96.09% from 255) = 37.81%

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

 BLUE value IS 215 (84.38% from 255) = 33.18%

R = 37.81%
G = 29.01%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#F5BCD7 (or 0xF5BCD7) is known color: Cotton Candy. HEX triplet: F5, BC and D7. RGB value is (245,188,215). Sum of RGB (Red+Green+Blue) = 245+188+215=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 215 (84.38% from 255 or 33.18% from 648); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BCD7 is #0A4328. Grayscale: #D0D0D0. Windows color (decimal): -672553 or 14138613. OLE color: 14138613.

HSL color Cylindrical-coordinate representation of color #F5BCD7: hue angle of 331.58º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5BCD7 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 188 215 -
CMYK 0 0.23 0.12 0.04
HSL 331.58º 0.74% 0.85% -
HSV(B) 331.58º 0.23% 0.96% -
XYZ 67.91 60.29 72.35 -
YUV 208.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 245 188 215 0 0.23 0.12 0.04 331.58 0.74 0.85
Hex F5 BC D7 0 17 C 4 14C 4A 55
Octal 365 274 327 0 27 14 4 514 112 125
Binary 11110101 10111100 11010111 0 10111 1100 100 101001100 1001010 1010101

Color Harmonies of #F5BCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BCD7

Black with #F5BCD7

Text Example


Text Example

White with #F5BCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BCD7; }

 p { color: rgb(245,188,215); }

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

background-color css

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

 a { background-color: rgb(245,188,215); }

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

border-color css

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

 span { border-color: rgb(245,188,215); }

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