Html Css Color HEX #FAE2CC Bisque

📋 copy color: '#FAE2CC'

red 250 ◦ green 226 ◦ blue 204

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

Shades of Bisque #FAE2CC

Tints of Bisque #FAE2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30%

R = 36.76%
G = 33.24%
B = 30%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAE2CC (or 0xFAE2CC) is known color: Bisque. HEX triplet: FA, E2 and CC. RGB value is (250,226,204). Sum of RGB (Red+Green+Blue) = 250+226+204=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 226 (88.67% from 255 or 33.24% from 680); Blue value is 204 (80.08% from 255 or 30% from 680); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE2CC is #051D33. Grayscale: #E6E6E6. Windows color (decimal): -335156 or 13427450. OLE color: 13427450.

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

Color convert

RGB 250 226 204 -
CMYK 0 0.10 0.18 0.02
HSL 28.7º 0.82% 0.89% -
HSV(B) 28.7º 0.18% 0.98% -
XYZ 77.52 79.08 68.3 -
YUV 230.67 112.95 141.79 -
System Red Green Blue C M Y K H S L
Decimal 250 226 204 0 0.10 0.18 0.02 28.7 0.82 0.89
Hex FA E2 CC 0 A 12 2 1D 52 59
Octal 372 342 314 0 12 22 2 35 122 131
Binary 11111010 11100010 11001100 0 1010 10010 10 11101 1010010 1011001

Color Harmonies of #FAE2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE2CC

Black with #FAE2CC

Text Example


Text Example

White with #FAE2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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