Html Css Color HEX #F3BED0 Chantilly

📋 copy color: '#F3BED0'

red 243 ◦ green 190 ◦ blue 208

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

Shades of Chantilly #F3BED0

Tints of Chantilly #F3BED0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.64%

 BLUE value IS 208 (81.64% from 255) = 32.45%

R = 37.91%
G = 29.64%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F3BED0 (or 0xF3BED0) is known color: Chantilly. HEX triplet: F3, BE and D0. RGB value is (243,190,208). Sum of RGB (Red+Green+Blue) = 243+190+208=641 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.91% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 208 (81.64% from 255 or 32.45% from 641); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BED0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BED0 is #0C412F. Grayscale: #CFCFCF. Windows color (decimal): -803120 or 13680371. OLE color: 13680371.

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

Color convert

RGB 243 190 208 -
CMYK 0 0.22 0.14 0.05
HSL 339.62º 0.69% 0.85% -
HSV(B) 339.62º 0.22% 0.95% -
XYZ 66.76 60.44 67.82 -
YUV 207.9 128.06 153.04 -
System Red Green Blue C M Y K H S L
Decimal 243 190 208 0 0.22 0.14 0.05 339.62 0.69 0.85
Hex F3 BE D0 0 16 E 5 154 45 55
Octal 363 276 320 0 26 16 5 524 105 125
Binary 11110011 10111110 11010000 0 10110 1110 101 101010100 1000101 1010101

Color Harmonies of #F3BED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BED0

Black with #F3BED0

Text Example


Text Example

White with #F3BED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BED0; }

 p { color: rgb(243,190,208); }

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

background-color css

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

 a { background-color: rgb(243,190,208); }

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

border-color css

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

 span { border-color: rgb(243,190,208); }

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