Html Css Color HEX #F1BDC6 Chantilly

📋 copy color: '#F1BDC6'

red 241 ◦ green 189 ◦ blue 198

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

Shades of Chantilly #F1BDC6

Tints of Chantilly #F1BDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.53%

R = 38.38%
G = 30.1%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F1BDC6 (or 0xF1BDC6) is known color: Chantilly. HEX triplet: F1, BD and C6. RGB value is (241,189,198). Sum of RGB (Red+Green+Blue) = 241+189+198=628 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.38% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDC6 is #0E4239. Grayscale: #CDCDCD. Windows color (decimal): -934458 or 13024753. OLE color: 13024753.

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

Color convert

RGB 241 189 198 -
CMYK 0 0.22 0.18 0.05
HSL 349.62º 0.65% 0.84% -
HSV(B) 349.62º 0.22% 0.95% -
XYZ 64.67 59.17 61.44 -
YUV 205.57 123.73 153.27 -
System Red Green Blue C M Y K H S L
Decimal 241 189 198 0 0.22 0.18 0.05 349.62 0.65 0.84
Hex F1 BD C6 0 16 12 5 15E 41 54
Octal 361 275 306 0 26 22 5 536 101 124
Binary 11110001 10111101 11000110 0 10110 10010 101 101011110 1000001 1010100

Color Harmonies of #F1BDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BDC6

Black with #F1BDC6

Text Example


Text Example

White with #F1BDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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