Html Css Color HEX #FFE4CB Bisque

📋 copy color: '#FFE4CB'

red 255 ◦ green 228 ◦ blue 203

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

Shades of Bisque #FFE4CB

Tints of Bisque #FFE4CB

RGB

 RED value IS 255 (100% from 255) = 37.17%

 GREEN value IS 228 (89.45% from 255) = 33.24%

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

R = 37.17%
G = 33.24%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFE4CB (or 0xFFE4CB) is known color: Bisque. HEX triplet: FF, E4 and CB. RGB value is (255,228,203). Sum of RGB (Red+Green+Blue) = 255+228+203=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 228 (89.45% from 255 or 33.24% from 686); Blue value is 203 (79.69% from 255 or 29.59% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE4CB is #001B34. Grayscale: #E9E9E9. Windows color (decimal): -6965 or 13362431. OLE color: 13362431.

HSL color Cylindrical-coordinate representation of color #FFE4CB: hue angle of 28.85º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFE4CB is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 255 228 203 -
CMYK 0 0.11 0.20 0
HSL 28.85º 1% 0.9% -
HSV(B) 28.85º 0.2% 1% -
XYZ 79.76 81.06 67.94 -
YUV 233.22 110.95 143.53 -
System Red Green Blue C M Y K H S L
Decimal 255 228 203 0 0.11 0.20 0 28.85 1 0.9
Hex FF E4 CB 0 B 14 0 1D 64 5A
Octal 377 344 313 0 13 24 0 35 144 132
Binary 11111111 11100100 11001011 0 1011 10100 0 11101 1100100 1011010

Color Harmonies of #FFE4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE4CB

Black with #FFE4CB

Text Example


Text Example

White with #FFE4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE4CB; }

 p { color: rgb(255,228,203); }

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

background-color css

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

 a { background-color: rgb(255,228,203); }

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

border-color css

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

 span { border-color: rgb(255,228,203); }

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