Html Css Color HEX #F5BDD2 Cotton Candy

📋 copy color: '#F5BDD2'

red 245 ◦ green 189 ◦ blue 210

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

Shades of Cotton Candy #F5BDD2

Tints of Cotton Candy #F5BDD2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.35%

 BLUE value IS 210 (82.42% from 255) = 32.61%

R = 38.04%
G = 29.35%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F5BDD2 (or 0xF5BDD2) is known color: Cotton Candy. HEX triplet: F5, BD and D2. RGB value is (245,189,210). Sum of RGB (Red+Green+Blue) = 245+189+210=644 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.04% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 210 (82.42% from 255 or 32.61% from 644); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDD2 is #0A422D. Grayscale: #D0D0D0. Windows color (decimal): -672302 or 13811189. OLE color: 13811189.

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

Color convert

RGB 245 189 210 -
CMYK 0 0.23 0.14 0.04
HSL 337.5º 0.74% 0.85% -
HSV(B) 337.5º 0.23% 0.96% -
XYZ 67.49 60.46 69.09 -
YUV 208.14 129.05 154.29 -
System Red Green Blue C M Y K H S L
Decimal 245 189 210 0 0.23 0.14 0.04 337.5 0.74 0.85
Hex F5 BD D2 0 17 E 4 152 4A 55
Octal 365 275 322 0 27 16 4 522 112 125
Binary 11110101 10111101 11010010 0 10111 1110 100 101010010 1001010 1010101

Color Harmonies of #F5BDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BDD2

Black with #F5BDD2

Text Example


Text Example

White with #F5BDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BDD2; }

 p { color: rgb(245,189,210); }

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

background-color css

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

 a { background-color: rgb(245,189,210); }

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

border-color css

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

 span { border-color: rgb(245,189,210); }

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