Html Css Color HEX #F5BED1 Cotton Candy

📋 copy color: '#F5BED1'

red 245 ◦ green 190 ◦ blue 209

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

Shades of Cotton Candy #F5BED1

Tints of Cotton Candy #F5BED1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.5%

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

R = 38.04%
G = 29.5%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F5BED1 (or 0xF5BED1) is known color: Cotton Candy. HEX triplet: F5, BE and D1. RGB value is (245,190,209). Sum of RGB (Red+Green+Blue) = 245+190+209=644 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.04% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 209 (82.03% from 255 or 32.45% from 644); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BED1 is #0A412E. Grayscale: #D0D0D0. Windows color (decimal): -672047 or 13745909. OLE color: 13745909.

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

Color convert

RGB 245 190 209 -
CMYK 0 0.22 0.15 0.04
HSL 339.27º 0.73% 0.85% -
HSV(B) 339.27º 0.22% 0.96% -
XYZ 67.58 60.84 68.5 -
YUV 208.61 128.22 153.96 -
System Red Green Blue C M Y K H S L
Decimal 245 190 209 0 0.22 0.15 0.04 339.27 0.73 0.85
Hex F5 BE D1 0 16 F 4 153 49 55
Octal 365 276 321 0 26 17 4 523 111 125
Binary 11110101 10111110 11010001 0 10110 1111 100 101010011 1001001 1010101

Color Harmonies of #F5BED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BED1

Black with #F5BED1

Text Example


Text Example

White with #F5BED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BED1; }

 p { color: rgb(245,190,209); }

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

background-color css

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

 a { background-color: rgb(245,190,209); }

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

border-color css

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

 span { border-color: rgb(245,190,209); }

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