Html Css Color HEX #F1BDC7 Chantilly

📋 copy color: '#F1BDC7'

red 241 ◦ green 189 ◦ blue 199

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

Shades of Chantilly #F1BDC7

Tints of Chantilly #F1BDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31.64%

R = 38.31%
G = 30.05%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F1BDC7 (or 0xF1BDC7) is known color: Chantilly. HEX triplet: F1, BD and C7. RGB value is (241,189,199). Sum of RGB (Red+Green+Blue) = 241+189+199=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 199 (78.12% from 255 or 31.64% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDC7 is #0E4238. Grayscale: #CDCDCD. Windows color (decimal): -934457 or 13090289. OLE color: 13090289.

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

Color convert

RGB 241 189 199 -
CMYK 0 0.22 0.17 0.05
HSL 348.46º 0.65% 0.84% -
HSV(B) 348.46º 0.22% 0.95% -
XYZ 64.78 59.22 62.05 -
YUV 205.69 124.23 153.19 -
System Red Green Blue C M Y K H S L
Decimal 241 189 199 0 0.22 0.17 0.05 348.46 0.65 0.84
Hex F1 BD C7 0 16 11 5 15C 41 54
Octal 361 275 307 0 26 21 5 534 101 124
Binary 11110001 10111101 11000111 0 10110 10001 101 101011100 1000001 1010100

Color Harmonies of #F1BDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BDC7

Black with #F1BDC7

Text Example


Text Example

White with #F1BDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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