Html Css Color HEX #F1B9D2 Cotton Candy

📋 copy color: '#F1B9D2'

red 241 ◦ green 185 ◦ blue 210

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

Shades of Cotton Candy #F1B9D2

Tints of Cotton Candy #F1B9D2

RGB

 RED value IS 241 (94.53% from 255) = 37.89%

 GREEN value IS 185 (72.66% from 255) = 29.09%

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

R = 37.89%
G = 29.09%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F1B9D2 (or 0xF1B9D2) is known color: Cotton Candy. HEX triplet: F1, B9 and D2. RGB value is (241,185,210). Sum of RGB (Red+Green+Blue) = 241+185+210=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 185 (72.66% from 255 or 29.09% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9D2 is #0E462D. Grayscale: #CCCCCC. Windows color (decimal): -935470 or 13810161. OLE color: 13810161.

HSL color Cylindrical-coordinate representation of color #F1B9D2: hue angle of 333.21º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1B9D2 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 185 210 -
CMYK 0 0.23 0.13 0.05
HSL 333.21º 0.67% 0.84% -
HSV(B) 333.21º 0.23% 0.95% -
XYZ 65.26 58.05 68.74 -
YUV 204.59 131.05 153.97 -
System Red Green Blue C M Y K H S L
Decimal 241 185 210 0 0.23 0.13 0.05 333.21 0.67 0.84
Hex F1 B9 D2 0 17 D 5 14D 43 54
Octal 361 271 322 0 27 15 5 515 103 124
Binary 11110001 10111001 11010010 0 10111 1101 101 101001101 1000011 1010100

Color Harmonies of #F1B9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B9D2

Black with #F1B9D2

Text Example


Text Example

White with #F1B9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B9D2; }

 p { color: rgb(241,185,210); }

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

background-color css

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

 a { background-color: rgb(241,185,210); }

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

border-color css

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

 span { border-color: rgb(241,185,210); }

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