Html Css Color HEX #FAE2CB Bisque

📋 copy color: '#FAE2CB'

red 250 ◦ green 226 ◦ blue 203

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

Shades of Bisque #FAE2CB

Tints of Bisque #FAE2CB

RGB

 RED value IS 250 (98.05% from 255) = 36.82%

 GREEN value IS 226 (88.67% from 255) = 33.28%

 BLUE value IS 203 (79.69% from 255) = 29.9%

R = 36.82%
G = 33.28%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAE2CB (or 0xFAE2CB) is known color: Bisque. HEX triplet: FA, E2 and CB. RGB value is (250,226,203). Sum of RGB (Red+Green+Blue) = 250+226+203=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 203 (79.69% from 255 or 29.90% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2CB is #051D34. Grayscale: #E6E6E6. Windows color (decimal): -335157 or 13361914. OLE color: 13361914.

HSL color Cylindrical-coordinate representation of color #FAE2CB: hue angle of 29.36º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FAE2CB is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 226 203 -
CMYK 0 0.10 0.19 0.02
HSL 29.36º 0.82% 0.89% -
HSV(B) 29.36º 0.19% 0.98% -
XYZ 77.4 79.03 67.67 -
YUV 230.55 112.45 141.87 -
System Red Green Blue C M Y K H S L
Decimal 250 226 203 0 0.10 0.19 0.02 29.36 0.82 0.89
Hex FA E2 CB 0 A 13 2 1D 52 59
Octal 372 342 313 0 12 23 2 35 122 131
Binary 11111010 11100010 11001011 0 1010 10011 10 11101 1010010 1011001

Color Harmonies of #FAE2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2CB

Black with #FAE2CB

Text Example


Text Example

White with #FAE2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2CB; }

 p { color: rgb(250,226,203); }

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

background-color css

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

 a { background-color: rgb(250,226,203); }

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

border-color css

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

 span { border-color: rgb(250,226,203); }

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