Html Css Color HEX #F1BBD1 Cotton Candy

📋 copy color: '#F1BBD1'

red 241 ◦ green 187 ◦ blue 209

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

Shades of Cotton Candy #F1BBD1

Tints of Cotton Candy #F1BBD1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.36%

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

R = 37.83%
G = 29.36%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F1BBD1 (or 0xF1BBD1) is known color: Cotton Candy. HEX triplet: F1, BB and D1. RGB value is (241,187,209). Sum of RGB (Red+Green+Blue) = 241+187+209=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBD1 is #0E442E. Grayscale: #CDCDCD. Windows color (decimal): -934959 or 13745137. OLE color: 13745137.

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

Color convert

RGB 241 187 209 -
CMYK 0 0.22 0.13 0.05
HSL 335.56º 0.66% 0.84% -
HSV(B) 335.56º 0.22% 0.95% -
XYZ 65.55 58.84 68.22 -
YUV 205.65 129.89 153.21 -
System Red Green Blue C M Y K H S L
Decimal 241 187 209 0 0.22 0.13 0.05 335.56 0.66 0.84
Hex F1 BB D1 0 16 D 5 150 42 54
Octal 361 273 321 0 26 15 5 520 102 124
Binary 11110001 10111011 11010001 0 10110 1101 101 101010000 1000010 1010100

Color Harmonies of #F1BBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BBD1

Black with #F1BBD1

Text Example


Text Example

White with #F1BBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BBD1; }

 p { color: rgb(241,187,209); }

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

background-color css

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

 a { background-color: rgb(241,187,209); }

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

border-color css

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

 span { border-color: rgb(241,187,209); }

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