Html Css Color HEX #F1D3C5 Bizarre

📋 copy color: '#F1D3C5'

red 241 ◦ green 211 ◦ blue 197

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

Shades of Bizarre #F1D3C5

Tints of Bizarre #F1D3C5

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.51%

 BLUE value IS 197 (77.34% from 255) = 30.35%

R = 37.13%
G = 32.51%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F1D3C5 (or 0xF1D3C5) is known color: Bizarre. HEX triplet: F1, D3 and C5. RGB value is (241,211,197). Sum of RGB (Red+Green+Blue) = 241+211+197=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 211 (82.81% from 255 or 32.51% from 649); Blue value is 197 (77.34% from 255 or 30.35% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D3C5 is #0E2C3A. Grayscale: #DADADA. Windows color (decimal): -928827 or 12964849. OLE color: 12964849.

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

Color convert

RGB 241 211 197 -
CMYK 0 0.12 0.18 0.05
HSL 19.09º 0.61% 0.86% -
HSV(B) 19.09º 0.18% 0.95% -
XYZ 69.65 69.32 62.53 -
YUV 218.37 115.94 144.14 -
System Red Green Blue C M Y K H S L
Decimal 241 211 197 0 0.12 0.18 0.05 19.09 0.61 0.86
Hex F1 D3 C5 0 C 12 5 13 3D 56
Octal 361 323 305 0 14 22 5 23 75 126
Binary 11110001 11010011 11000101 0 1100 10010 101 10011 111101 1010110

Color Harmonies of #F1D3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D3C5

Black with #F1D3C5

Text Example


Text Example

White with #F1D3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D3C5; }

 p { color: rgb(241,211,197); }

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

background-color css

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

 a { background-color: rgb(241,211,197); }

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

border-color css

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

 span { border-color: rgb(241,211,197); }

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