Html Css Color HEX #FFFBDC Corn Silk

📋 copy color: '#FFFBDC'

red 255 ◦ green 251 ◦ blue 220

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

Shades of Corn Silk #FFFBDC

Tints of Corn Silk #FFFBDC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 34.57%

 BLUE value IS 220 (86.33% from 255) = 30.3%

R = 35.12%
G = 34.57%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFFBDC (or 0xFFFBDC) is known color: Corn Silk. HEX triplet: FF, FB and DC. RGB value is (255,251,220). Sum of RGB (Red+Green+Blue) = 255+251+220=726 (96% of max value = 765). Red value is 255 (100% from 255 or 35.12% from 726); Green value is 251 (98.44% from 255 or 34.57% from 726); Blue value is 220 (86.33% from 255 or 30.30% from 726); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFBDC is #000423. Grayscale: #F8F8F8. Windows color (decimal): -1060 or 14482431. OLE color: 14482431.

HSL color Cylindrical-coordinate representation of color #FFFBDC: hue angle of 53.14º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFFBDC is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 255 251 220 -
CMYK 0 0.02 0.14 0
HSL 53.14º 1% 0.93% -
HSV(B) 53.14º 0.14% 1% -
XYZ 88.66 95.42 81.46 -
YUV 248.66 111.83 132.52 -
System Red Green Blue C M Y K H S L
Decimal 255 251 220 0 0.02 0.14 0 53.14 1 0.93
Hex FF FB DC 0 2 E 0 35 64 5D
Octal 377 373 334 0 2 16 0 65 144 135
Binary 11111111 11111011 11011100 0 10 1110 0 110101 1100100 1011101

Color Harmonies of #FFFBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFBDC

Black with #FFFBDC

Text Example


Text Example

White with #FFFBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFBDC; }

 p { color: rgb(255,251,220); }

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

background-color css

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

 a { background-color: rgb(255,251,220); }

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

border-color css

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

 span { border-color: rgb(255,251,220); }

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