Html Css Color HEX #F3BDC7 Chantilly

📋 copy color: '#F3BDC7'

red 243 ◦ green 189 ◦ blue 199

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

Shades of Chantilly #F3BDC7

Tints of Chantilly #F3BDC7

RGB

 RED value IS 243 (95.31% from 255) = 38.51%

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

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

R = 38.51%
G = 29.95%
B = 31.54%

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

#F3BDC7 (or 0xF3BDC7) is known color: Chantilly. HEX triplet: F3, BD and C7. RGB value is (243,189,199). Sum of RGB (Red+Green+Blue) = 243+189+199=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 199 (78.12% from 255 or 31.54% from 631); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BDC7 is #0C4238. Grayscale: #CECECE. Windows color (decimal): -803385 or 13090291. OLE color: 13090291.

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

Color convert

RGB 243 189 199 -
CMYK 0 0.22 0.18 0.05
HSL 348.89º 0.69% 0.85% -
HSV(B) 348.89º 0.22% 0.95% -
XYZ 65.47 59.57 62.08 -
YUV 206.29 123.89 154.19 -
System Red Green Blue C M Y K H S L
Decimal 243 189 199 0 0.22 0.18 0.05 348.89 0.69 0.85
Hex F3 BD C7 0 16 12 5 15D 45 55
Octal 363 275 307 0 26 22 5 535 105 125
Binary 11110011 10111101 11000111 0 10110 10010 101 101011101 1000101 1010101

Color Harmonies of #F3BDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BDC7

Black with #F3BDC7

Text Example


Text Example

White with #F3BDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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