Html Css Color HEX #F1BDD1 Chantilly

📋 copy color: '#F1BDD1'

red 241 ◦ green 189 ◦ blue 209

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

Shades of Chantilly #F1BDD1

Tints of Chantilly #F1BDD1

RGB

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

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

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

R = 37.72%
G = 29.58%
B = 32.71%

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

#F1BDD1 (or 0xF1BDD1) is known color: Chantilly. HEX triplet: F1, BD and D1. RGB value is (241,189,209). Sum of RGB (Red+Green+Blue) = 241+189+209=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDD1 is #0E422E. Grayscale: #CECECE. Windows color (decimal): -934447 or 13745649. OLE color: 13745649.

HSL color Cylindrical-coordinate representation of color #F1BDD1: hue angle of 336.92º degrees, saturation: 0.65, 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 #F1BDD1 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 189 209 -
CMYK 0 0.22 0.13 0.05
HSL 336.92º 0.65% 0.84% -
HSV(B) 336.92º 0.22% 0.95% -
XYZ 65.98 59.7 68.37 -
YUV 206.83 129.23 152.37 -
System Red Green Blue C M Y K H S L
Decimal 241 189 209 0 0.22 0.13 0.05 336.92 0.65 0.84
Hex F1 BD D1 0 16 D 5 151 41 54
Octal 361 275 321 0 26 15 5 521 101 124
Binary 11110001 10111101 11010001 0 10110 1101 101 101010001 1000001 1010100

Color Harmonies of #F1BDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BDD1

Black with #F1BDD1

Text Example


Text Example

White with #F1BDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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