Html Css Color HEX #F5BED3 Cotton Candy

📋 copy color: '#F5BED3'

red 245 ◦ green 190 ◦ blue 211

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

Shades of Cotton Candy #F5BED3

Tints of Cotton Candy #F5BED3

RGB

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

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

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

R = 37.93%
G = 29.41%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F5BED3 (or 0xF5BED3) is known color: Cotton Candy. HEX triplet: F5, BE and D3. RGB value is (245,190,211). Sum of RGB (Red+Green+Blue) = 245+190+211=646 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.93% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 211 (82.81% from 255 or 32.66% from 646); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BED3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BED3 is #0A412C. Grayscale: #D0D0D0. Windows color (decimal): -672045 or 13876981. OLE color: 13876981.

HSL color Cylindrical-coordinate representation of color #F5BED3: hue angle of 337.09º 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 #F5BED3 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 190 211 -
CMYK 0 0.22 0.14 0.04
HSL 337.09º 0.73% 0.85% -
HSV(B) 337.09º 0.22% 0.96% -
XYZ 67.83 60.94 69.82 -
YUV 208.84 129.22 153.79 -
System Red Green Blue C M Y K H S L
Decimal 245 190 211 0 0.22 0.14 0.04 337.09 0.73 0.85
Hex F5 BE D3 0 16 E 4 151 49 55
Octal 365 276 323 0 26 16 4 521 111 125
Binary 11110101 10111110 11010011 0 10110 1110 100 101010001 1001001 1010101

Color Harmonies of #F5BED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BED3

Black with #F5BED3

Text Example


Text Example

White with #F5BED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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