Html Css Color HEX #F5B7D3 Cotton Candy

📋 copy color: '#F5B7D3'

red 245 ◦ green 183 ◦ blue 211

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

Shades of Cotton Candy #F5B7D3

Tints of Cotton Candy #F5B7D3

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.64%

 BLUE value IS 211 (82.81% from 255) = 33.02%

R = 38.34%
G = 28.64%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F5B7D3 (or 0xF5B7D3) is known color: Cotton Candy. HEX triplet: F5, B7 and D3. RGB value is (245,183,211). Sum of RGB (Red+Green+Blue) = 245+183+211=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 183 (71.88% from 255 or 28.64% from 639); Blue value is 211 (82.81% from 255 or 33.02% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B7D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B7D3 is #0A482C. Grayscale: #CCCCCC. Windows color (decimal): -673837 or 13875189. OLE color: 13875189.

HSL color Cylindrical-coordinate representation of color #F5B7D3: hue angle of 332.9º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5B7D3 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 183 211 -
CMYK 0 0.25 0.14 0.04
HSL 332.9º 0.76% 0.84% -
HSV(B) 332.9º 0.25% 0.96% -
XYZ 66.35 57.98 69.32 -
YUV 204.73 131.54 156.72 -
System Red Green Blue C M Y K H S L
Decimal 245 183 211 0 0.25 0.14 0.04 332.9 0.76 0.84
Hex F5 B7 D3 0 19 E 4 14D 4C 54
Octal 365 267 323 0 31 16 4 515 114 124
Binary 11110101 10110111 11010011 0 11001 1110 100 101001101 1001100 1010100

Color Harmonies of #F5B7D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B7D3

Black with #F5B7D3

Text Example


Text Example

White with #F5B7D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B7D3; }

 p { color: rgb(245,183,211); }

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

background-color css

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

 a { background-color: rgb(245,183,211); }

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

border-color css

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

 span { border-color: rgb(245,183,211); }

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